Home | History | Annotate | Download | only in Sema

Lines Matching refs:NSDictionaryDecl

735   if (!NSDictionaryDecl) {
739 NSDictionaryDecl = dyn_cast_or_null<ObjCInterfaceDecl>(IF);
740 if (!NSDictionaryDecl && getLangOpts().DebuggerObjCLiteral)
741 NSDictionaryDecl = ObjCInterfaceDecl::Create (Context,
747 if (!NSDictionaryDecl) {
759 ObjCMethodDecl *Method = NSDictionaryDecl->lookupClassMethod(Sel);
799 if (!validateBoxingMethod(*this, SR.getBegin(), NSDictionaryDecl, Sel,
910 Context.getObjCInterfaceType(NSDictionaryDecl));