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

  /external/clang/lib/ARCMigrate/
Transforms.h 186 Decl *ParentD;
190 BodyTransform(MigrationPass &pass) : Pass(pass), ParentD(0) { }
194 BODY_TRANS(Pass).transformBody(rootS, ParentD);
199 SaveAndRestore<Decl *> SetParent(ParentD, D);
TransUnusedInitDelegate.cpp 44 void transformBody(Stmt *body, Decl *ParentD) {
TransUnbridgedCasts.cpp 64 Decl *ParentD;
69 UnbridgedCastRewriter(MigrationPass &pass) : Pass(pass), ParentD(0), Body(0) {
73 void transformBody(Stmt *body, Decl *ParentD) {
74 this->ParentD = ParentD;
179 if (ObjCMethodDecl *method = dyn_cast_or_null<ObjCMethodDecl>(ParentD)) {
TransAutoreleasePool.cpp 79 void transformBody(Stmt *body, Decl *ParentD) {
TransRetainReleaseDealloc.cpp 54 void transformBody(Stmt *body, Decl *ParentD) {

Completed in 46 milliseconds