Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprObjC.cpp700 if (!NSDictionaryDecl) { in BuildObjCDictionaryLiteral()
704 NSDictionaryDecl = dyn_cast_or_null<ObjCInterfaceDecl>(IF); in BuildObjCDictionaryLiteral()
705 if (!NSDictionaryDecl && getLangOpts().DebuggerObjCLiteral) in BuildObjCDictionaryLiteral()
706 NSDictionaryDecl = ObjCInterfaceDecl::Create (Context, in BuildObjCDictionaryLiteral()
712 if (!NSDictionaryDecl) { in BuildObjCDictionaryLiteral()
724 DictionaryWithObjectsMethod = NSDictionaryDecl->lookupClassMethod(Sel); in BuildObjCDictionaryLiteral()
886 Context.getObjCInterfaceType(NSDictionaryDecl)); in BuildObjCDictionaryLiteral()
DSema.cpp94 NSDictionaryDecl(0), DictionaryWithObjectsMethod(0), in Sema()
/external/clang/include/clang/Sema/
DSema.h548 ObjCInterfaceDecl *NSDictionaryDecl; variable