Searched refs:TargetElementType (Results 1 – 1 of 1) sorted by relevance
2329 static void checkCollectionLiteralElement(Sema &S, QualType TargetElementType, in checkCollectionLiteralElement() argument2341 S.CheckSingleAssignmentConstraints(TargetElementType, ElementResult, in checkCollectionLiteralElement()2344 << ElementType << ElementKind << TargetElementType in checkCollectionLiteralElement()2349 S.ObjC().checkArrayLiteral(TargetElementType, ArrayLiteral); in checkCollectionLiteralElement()2351 S.ObjC().checkDictionaryLiteral(TargetElementType, DictionaryLiteral); in checkCollectionLiteralElement()2374 QualType TargetElementType = TypeArgs[0]; in checkArrayLiteral() local2376 checkCollectionLiteralElement(SemaRef, TargetElementType, in checkArrayLiteral()