Searched refs:NSDictionaryDecl (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp957 if (!NSDictionaryDecl) {
958 NSDictionaryDecl = LookupObjCInterfaceDeclForLiteral(*this, Loc,
960 if (!NSDictionaryDecl) {
971 ObjCMethodDecl *Method = NSDictionaryDecl->lookupClassMethod(Sel);
1009 if (!validateBoxingMethod(*this, SR.getBegin(), NSDictionaryDecl, Sel,
1121 Context.getObjCInterfaceType(NSDictionaryDecl));
H A DSema.cpp171 ArrayWithObjectsMethod(nullptr), NSDictionaryDecl(nullptr),
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1064 ObjCInterfaceDecl *NSDictionaryDecl; member in class:clang::final

Completed in 302 milliseconds