clang API Documentation
#include <Transforms.h>


Public Member Functions | |
| BodyTransform (MigrationPass &pass) | |
| bool | TraverseStmt (Stmt *rootS) |
| Recursively visit a statement or expression, by dispatching to Traverse*() based on the argument's dynamic type. | |
| bool | TraverseObjCMethodDecl (ObjCMethodDecl *D) |
Definition at line 186 of file Transforms.h.
| clang::arcmt::trans::BodyTransform< BODY_TRANS >::BodyTransform | ( | MigrationPass & | pass | ) | [inline] |
Definition at line 192 of file Transforms.h.
| bool clang::arcmt::trans::BodyTransform< BODY_TRANS >::TraverseObjCMethodDecl | ( | ObjCMethodDecl * | D | ) | [inline] |
Definition at line 200 of file Transforms.h.
| bool clang::arcmt::trans::BodyTransform< BODY_TRANS >::TraverseStmt | ( | Stmt * | S | ) | [inline] |
Recursively visit a statement or expression, by dispatching to Traverse*() based on the argument's dynamic type.
Reimplemented from clang::RecursiveASTVisitor< BodyTransform< BODY_TRANS > >.
Definition at line 194 of file Transforms.h.