Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp2350 else if (auto DictionaryLiteral = dyn_cast<ObjCDictionaryLiteral>(Element)) in checkCollectionLiteralElement() local
2351 S.ObjC().checkDictionaryLiteral(TargetElementType, DictionaryLiteral); in checkCollectionLiteralElement()
2382 QualType TargetType, ObjCDictionaryLiteral *DictionaryLiteral) { in checkDictionaryLiteral() argument
2401 for (unsigned I = 0, N = DictionaryLiteral->getNumElements(); I != N; ++I) { in checkDictionaryLiteral()
2402 auto Element = DictionaryLiteral->getKeyValueElement(I); in checkDictionaryLiteral()
H A DSemaChecking.cpp10795 else if (auto *DictionaryLiteral = dyn_cast<ObjCDictionaryLiteral>(E)) in CheckImplicitConversion() local
10796 ObjC().checkDictionaryLiteral(QualType(Target, 0), DictionaryLiteral); in CheckImplicitConversion()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h176 ObjCDictionaryLiteral *DictionaryLiteral);