Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/include/clang/Sema/
HDSemaObjC.h175 void checkDictionaryLiteral(QualType TargetType,
/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDSemaObjC.cpp2351 S.ObjC().checkDictionaryLiteral(TargetElementType, DictionaryLiteral); in checkCollectionLiteralElement()
2381 void SemaObjC::checkDictionaryLiteral( in checkDictionaryLiteral() function in clang::SemaObjC
HDSemaChecking.cpp10796 ObjC().checkDictionaryLiteral(QualType(Target, 0), DictionaryLiteral); in CheckImplicitConversion()