Home
last modified time | relevance | path

Searched refs:NSDictionaryDecl (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprObjC.cpp957 if (!NSDictionaryDecl) { in BuildObjCDictionaryLiteral()
958 NSDictionaryDecl = LookupObjCInterfaceDeclForLiteral(*this, Loc, in BuildObjCDictionaryLiteral()
960 if (!NSDictionaryDecl) { in BuildObjCDictionaryLiteral()
971 ObjCMethodDecl *Method = NSDictionaryDecl->lookupClassMethod(Sel); in BuildObjCDictionaryLiteral()
1009 if (!validateBoxingMethod(*this, SR.getBegin(), NSDictionaryDecl, Sel, in BuildObjCDictionaryLiteral()
1121 Context.getObjCInterfaceType(NSDictionaryDecl)); in BuildObjCDictionaryLiteral()
H A DSema.cpp210 ArrayWithObjectsMethod(nullptr), NSDictionaryDecl(nullptr), in Sema()
H A DSemaChecking.cpp13452 if (!S.NSDictionaryDecl) in checkObjCDictionaryLiteral()
13461 != S.NSDictionaryDecl->getCanonicalDecl()) in checkObjCDictionaryLiteral()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h1200 ObjCInterfaceDecl *NSDictionaryDecl; variable