Searched refs:checkObjCDictionaryLiteral (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 8037 void checkObjCDictionaryLiteral(Sema &S, QualType TargetType, 8067 checkObjCDictionaryLiteral(S, TargetElementType, DictionaryLiteral); in checkObjCCollectionLiteralElement() 8100 void checkObjCDictionaryLiteral(Sema &S, QualType TargetType, in checkObjCDictionaryLiteral() function 8197 checkObjCDictionaryLiteral(S, QualType(Target, 0), DictionaryLiteral); in CheckImplicitConversion()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaChecking.cpp | 11813 checkObjCDictionaryLiteral(Sema &S, QualType TargetType, 11844 checkObjCDictionaryLiteral(S, TargetElementType, DictionaryLiteral); in checkObjCCollectionLiteralElement() 11878 checkObjCDictionaryLiteral(Sema &S, QualType TargetType, in checkObjCDictionaryLiteral() function 12046 checkObjCDictionaryLiteral(S, QualType(Target, 0), DictionaryLiteral); in CheckImplicitConversion()
|