Searched defs:DictionaryLiteral (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaObjC.cpp | 2350 else if (auto DictionaryLiteral = dyn_cast<ObjCDictionaryLiteral>(Element)) checkCollectionLiteralElement() local |
H A D | SemaChecking.cpp | 10791 else if (auto *DictionaryLiteral = dyn_cast<ObjCDictionaryLiteral>(E)) CheckImplicitConversion() local |