Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp15488 else if (auto DictionaryLiteral = dyn_cast<ObjCDictionaryLiteral>(Element)) checkObjCCollectionLiteralElement() local
15524 checkObjCDictionaryLiteral(Sema & S,QualType TargetType,ObjCDictionaryLiteral * DictionaryLiteral) checkObjCDictionaryLiteral() argument
15690 else if (auto *DictionaryLiteral = dyn_cast<ObjCDictionaryLiteral>(E)) CheckImplicitConversion() local