Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h177 void checkDictionaryLiteral(QualType TargetType,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp2350 S.ObjC().checkDictionaryLiteral(TargetElementType, DictionaryLiteral); in checkCollectionLiteralElement()
2380 void SemaObjC::checkDictionaryLiteral( in checkDictionaryLiteral() function in clang::SemaObjC
H A DSemaChecking.cpp12161 ObjC().checkDictionaryLiteral(QualType(Target, 0), DictionaryLiteral); in CheckImplicitConversion()