Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp2329 static void checkCollectionLiteralElement(Sema &S, QualType TargetElementType, in checkCollectionLiteralElement() function
2376 checkCollectionLiteralElement(SemaRef, TargetElementType, in checkArrayLiteral()
2403 checkCollectionLiteralElement(SemaRef, TargetKeyType, Element.Key, 1); in checkDictionaryLiteral()
2404 checkCollectionLiteralElement(SemaRef, TargetObjectType, Element.Value, 2); in checkDictionaryLiteral()