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

  /external/clang/lib/Sema/
SemaExprObjC.cpp 721 if (!DictionaryWithObjectsMethod) {
724 DictionaryWithObjectsMethod = NSDictionaryDecl->lookupClassMethod(Sel);
725 if (!DictionaryWithObjectsMethod && getLangOpts().DebuggerObjCLiteral) {
726 DictionaryWithObjectsMethod =
738 ParmVarDecl *objects = ParmVarDecl::Create(Context, DictionaryWithObjectsMethod,
747 ParmVarDecl *keys = ParmVarDecl::Create(Context, DictionaryWithObjectsMethod,
756 ParmVarDecl *cnt = ParmVarDecl::Create(Context, DictionaryWithObjectsMethod,
    [all...]
Sema.cpp 94 NSDictionaryDecl(0), DictionaryWithObjectsMethod(0),
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 551 ObjCMethodDecl *DictionaryWithObjectsMethod;
    [all...]

Completed in 26 milliseconds