Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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.cpp212 ArrayWithObjectsMethod(nullptr), NSDictionaryDecl(nullptr), in Sema()
H A DSemaChecking.cpp15525 if (!S.NSDictionaryDecl) in checkObjCDictionaryLiteral()
15534 != S.NSDictionaryDecl->getCanonicalDecl()) in checkObjCDictionaryLiteral()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1228 ObjCInterfaceDecl *NSDictionaryDecl; variable