Searched refs:TargetElementType (Results 1 – 1 of 1) sorted by relevance
7078 QualType TargetElementType, in checkObjCCollectionLiteralElement() argument7091 S.CheckSingleAssignmentConstraints(TargetElementType, in checkObjCCollectionLiteralElement()7097 << ElementType << ElementKind << TargetElementType in checkObjCCollectionLiteralElement()7102 checkObjCArrayLiteral(S, TargetElementType, ArrayLiteral); in checkObjCCollectionLiteralElement()7104 checkObjCDictionaryLiteral(S, TargetElementType, DictionaryLiteral); in checkObjCCollectionLiteralElement()7127 QualType TargetElementType = TypeArgs[0]; in checkObjCArrayLiteral() local7129 checkObjCCollectionLiteralElement(S, TargetElementType, in checkObjCArrayLiteral()