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 752 if (!NSDictionaryDecl) {
756 NSDictionaryDecl = dyn_cast_or_null<ObjCInterfaceDecl>(IF);
757 if (!NSDictionaryDecl && getLangOpts().DebuggerObjCLiteral)
758 NSDictionaryDecl = ObjCInterfaceDecl::Create (Context,
764 if (!NSDictionaryDecl) {
776 ObjCMethodDecl *Method = NSDictionaryDecl->lookupClassMethod(Sel);
    [all...]
Sema.cpp 97 NSDictionaryDecl(nullptr), DictionaryWithObjectsMethod(nullptr),
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 669 ObjCInterfaceDecl *NSDictionaryDecl;
    [all...]

Completed in 125 milliseconds