Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp2350 else if (auto DictionaryLiteral = dyn_cast<ObjCDictionaryLiteral>(Element)) checkCollectionLiteralElement() local
2382 checkDictionaryLiteral(QualType TargetType,ObjCDictionaryLiteral * DictionaryLiteral) checkDictionaryLiteral() argument
H A DSemaChecking.cpp10791 else if (auto *DictionaryLiteral = dyn_cast<ObjCDictionaryLiteral>(E)) CheckImplicitConversion() local