Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprObjC.cpp958 if (!NSDictionaryDecl) { in BuildObjCDictionaryLiteral()
959 NSDictionaryDecl = LookupObjCInterfaceDeclForLiteral(*this, Loc, in BuildObjCDictionaryLiteral()
961 if (!NSDictionaryDecl) { in BuildObjCDictionaryLiteral()
972 ObjCMethodDecl *Method = NSDictionaryDecl->lookupClassMethod(Sel); in BuildObjCDictionaryLiteral()
1010 if (!validateBoxingMethod(*this, SR.getBegin(), NSDictionaryDecl, Sel, in BuildObjCDictionaryLiteral()
1119 Context.getObjCInterfaceType(NSDictionaryDecl)); in BuildObjCDictionaryLiteral()
H A DSema.cpp211 ArrayWithObjectsMethod(nullptr), NSDictionaryDecl(nullptr), in Sema()
H A DSemaChecking.cpp13784 if (!S.NSDictionaryDecl) in checkObjCDictionaryLiteral()
13793 != S.NSDictionaryDecl->getCanonicalDecl()) in checkObjCDictionaryLiteral()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h1201 ObjCInterfaceDecl *NSDictionaryDecl; variable