Home
last modified time | relevance | path

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

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