Searched refs:TargetElementType (Results 1 – 1 of 1) sorted by relevance
8042 void checkObjCCollectionLiteralElement(Sema &S, QualType TargetElementType, in checkObjCCollectionLiteralElement() argument8054 S.CheckSingleAssignmentConstraints(TargetElementType, in checkObjCCollectionLiteralElement()8060 << ElementType << ElementKind << TargetElementType in checkObjCCollectionLiteralElement()8065 checkObjCArrayLiteral(S, TargetElementType, ArrayLiteral); in checkObjCCollectionLiteralElement()8067 checkObjCDictionaryLiteral(S, TargetElementType, DictionaryLiteral); in checkObjCCollectionLiteralElement()8090 QualType TargetElementType = TypeArgs[0]; in checkObjCArrayLiteral() local8092 checkObjCCollectionLiteralElement(S, TargetElementType, in checkObjCArrayLiteral()