Searched refs:TargetElementType (Results 1 – 1 of 1) sorted by relevance
12079 QualType TargetElementType, in checkObjCCollectionLiteralElement() argument12092 S.CheckSingleAssignmentConstraints(TargetElementType, in checkObjCCollectionLiteralElement()12097 << ElementType << ElementKind << TargetElementType in checkObjCCollectionLiteralElement()12102 checkObjCArrayLiteral(S, TargetElementType, ArrayLiteral); in checkObjCCollectionLiteralElement()12104 checkObjCDictionaryLiteral(S, TargetElementType, DictionaryLiteral); in checkObjCCollectionLiteralElement()12127 QualType TargetElementType = TypeArgs[0]; in checkObjCArrayLiteral() local12129 checkObjCCollectionLiteralElement(S, TargetElementType, in checkObjCArrayLiteral()