Home
last modified time | relevance | path

Searched refs:TargetElementType (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp2329 static void checkCollectionLiteralElement(Sema &S, QualType TargetElementType, in checkCollectionLiteralElement() argument
2341 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() local
2376 checkCollectionLiteralElement(SemaRef, TargetElementType, in checkArrayLiteral()