HomeSort by relevance Sort by last modified time
    Searched refs:NSDictionaryDecl (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Sema/
SemaExprObjC.cpp 700 if (!NSDictionaryDecl) {
704 NSDictionaryDecl = dyn_cast_or_null<ObjCInterfaceDecl>(IF);
705 if (!NSDictionaryDecl && getLangOpts().DebuggerObjCLiteral)
706 NSDictionaryDecl = ObjCInterfaceDecl::Create (Context,
712 if (!NSDictionaryDecl) {
724 DictionaryWithObjectsMethod = NSDictionaryDecl->lookupClassMethod(Sel);
    [all...]
Sema.cpp 94 NSDictionaryDecl(0), DictionaryWithObjectsMethod(0),
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 548 ObjCInterfaceDecl *NSDictionaryDecl;
    [all...]

Completed in 34 milliseconds