clang API Documentation
#include <Transforms.h>
Public Member Functions | |
BodyContext (MigrationContext &MigrateCtx, Stmt *S) | |
MigrationContext & | getMigrationContext () |
ParentMap & | getParentMap () |
Stmt * | getTopStmt () |
Definition at line 46 of file Transforms.h.
clang::arcmt::trans::BodyContext::BodyContext | ( | MigrationContext & | MigrateCtx, |
Stmt * | S | ||
) | [inline] |
Definition at line 52 of file Transforms.h.
Definition at line 55 of file Transforms.h.
Referenced by clang::arcmt::trans::BlockObjCVariableTraverser::traverseBody(), and clang::arcmt::trans::GCCollectableCallsTraverser::traverseBody().
ParentMap& clang::arcmt::trans::BodyContext::getParentMap | ( | ) | [inline] |
Definition at line 56 of file Transforms.h.
Stmt* clang::arcmt::trans::BodyContext::getTopStmt | ( | ) | [inline] |
Definition at line 57 of file Transforms.h.
Referenced by clang::arcmt::trans::BlockObjCVariableTraverser::traverseBody(), and clang::arcmt::trans::GCCollectableCallsTraverser::traverseBody().