HomeSort by relevance Sort by last modified time
    Searched defs:MDecl (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Parse/
ParseObjc.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 268 ObjCMethodDecl *MDecl = dyn_cast_or_null<ObjCMethodDecl>(D);
271 if (!MDecl)
273 if (MDecl->isInstanceMethod())
274 AddInstanceMethodToGlobalPool(MDecl, true);
276 AddFactoryMethodToGlobalPool(MDecl, true);
302 ObjCMethodDecl *MDecl = dyn_cast_or_null<ObjCMethodDecl>(D);
305 if (!MDecl)
309 PushDeclContext(FnBodyScope, MDecl);
316 MDecl->createImplicitParams(Context, MDecl->getClassInterface())
    [all...]

Completed in 102 milliseconds