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 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);
    [all...]
Sema.cpp 86 NSDictionaryDecl(0), DictionaryWithObjectsMethod(0),
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 572 ObjCInterfaceDecl *NSDictionaryDecl;
    [all...]

Completed in 158 milliseconds