Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp175 ArrayWithObjectsMethod(nullptr), NSDictionaryDecl(nullptr),
H A DSemaChecking.cpp12140 if (!S.NSDictionaryDecl) in checkObjCDictionaryLiteral()
12149 != S.NSDictionaryDecl->getCanonicalDecl()) in checkObjCDictionaryLiteral()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h1168 ObjCInterfaceDecl *NSDictionaryDecl; variable