Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp8038 ObjCDictionaryLiteral *DictionaryLiteral);
8066 else if (auto DictionaryLiteral = dyn_cast<ObjCDictionaryLiteral>(Element)) in checkObjCCollectionLiteralElement() local
8067 checkObjCDictionaryLiteral(S, TargetElementType, DictionaryLiteral); in checkObjCCollectionLiteralElement()
8101 ObjCDictionaryLiteral *DictionaryLiteral) { in checkObjCDictionaryLiteral() argument
8120 for (unsigned I = 0, N = DictionaryLiteral->getNumElements(); I != N; ++I) { in checkObjCDictionaryLiteral()
8121 auto Element = DictionaryLiteral->getKeyValueElement(I); in checkObjCDictionaryLiteral()
8196 else if (auto *DictionaryLiteral = dyn_cast<ObjCDictionaryLiteral>(E)) in CheckImplicitConversion() local
8197 checkObjCDictionaryLiteral(S, QualType(Target, 0), DictionaryLiteral); in CheckImplicitConversion()