Searched refs:TargetElementType (Results 1 – 1 of 1) sorted by relevance
2328 static void checkCollectionLiteralElement(Sema &S, QualType TargetElementType, in checkCollectionLiteralElement() argument2341 TargetElementType, ElementResult, false, false))) { in checkCollectionLiteralElement()2343 << ElementType << ElementKind << TargetElementType in checkCollectionLiteralElement()2348 S.ObjC().checkArrayLiteral(TargetElementType, ArrayLiteral); in checkCollectionLiteralElement()2350 S.ObjC().checkDictionaryLiteral(TargetElementType, DictionaryLiteral); in checkCollectionLiteralElement()2373 QualType TargetElementType = TypeArgs[0]; in checkArrayLiteral() local2375 checkCollectionLiteralElement(SemaRef, TargetElementType, in checkArrayLiteral()