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

  /external/clang/lib/Sema/
SemaDeclObjC.cpp 269 ObjCMethodDecl *MDecl = dyn_cast_or_null<ObjCMethodDecl>(D);
272 if (!MDecl)
274 if (MDecl->isInstanceMethod())
275 AddInstanceMethodToGlobalPool(MDecl, true);
277 AddFactoryMethodToGlobalPool(MDecl, true);
303 ObjCMethodDecl *MDecl = dyn_cast_or_null<ObjCMethodDecl>(D);
306 if (!MDecl)
310 PushDeclContext(FnBodyScope, MDecl);
317 MDecl->createImplicitParams(Context, MDecl->getClassInterface())
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp 272 ObjCMethodDecl *MDecl, std::string &ResultStr);
    [all...]
RewriteModernObjC.cpp 326 ObjCMethodDecl *MDecl, std::string &ResultStr);
    [all...]

Completed in 224 milliseconds