Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp879 if (!NSDictionaryDecl) { in BuildObjCDictionaryLiteral()
880 NSDictionaryDecl = LookupObjCInterfaceDeclForLiteral(*this, Loc, in BuildObjCDictionaryLiteral()
882 if (!NSDictionaryDecl) { in BuildObjCDictionaryLiteral()
893 ObjCMethodDecl *Method = NSDictionaryDecl->lookupClassMethod(Sel); in BuildObjCDictionaryLiteral()
933 if (!validateBoxingMethod(*this, SR.getBegin(), NSDictionaryDecl, Sel, in BuildObjCDictionaryLiteral()
1046 Context.getObjCInterfaceType(NSDictionaryDecl)); in BuildObjCDictionaryLiteral()
H A DSema.cpp138 ArrayWithObjectsMethod(nullptr), NSDictionaryDecl(nullptr),
H A DSemaChecking.cpp10808 if (!S.NSDictionaryDecl) in checkObjCDictionaryLiteral()
10817 != S.NSDictionaryDecl->getCanonicalDecl()) in checkObjCDictionaryLiteral()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h896 ObjCInterfaceDecl *NSDictionaryDecl; variable