clang  8.0.0
Public Member Functions | List of all members
clang::arcmt::trans::BodyContext Class Reference

#include "/work/www-prereleases/8.0.0/rc1/builddocs/llvm.src/tools/clang/lib/ARCMigrate/Transforms.h"

Public Member Functions

 BodyContext (MigrationContext &MigrateCtx, Stmt *S)
 
MigrationContextgetMigrationContext ()
 
ParentMapgetParentMap ()
 
StmtgetTopStmt ()
 

Detailed Description

Definition at line 46 of file Transforms.h.

Constructor & Destructor Documentation

◆ BodyContext()

clang::arcmt::trans::BodyContext::BodyContext ( MigrationContext MigrateCtx,
Stmt S 
)
inline

Definition at line 52 of file Transforms.h.

Member Function Documentation

◆ getMigrationContext()

MigrationContext& clang::arcmt::trans::BodyContext::getMigrationContext ( )
inline

◆ getParentMap()

ParentMap& clang::arcmt::trans::BodyContext::getParentMap ( )
inline

Definition at line 56 of file Transforms.h.

◆ getTopStmt()

Stmt* clang::arcmt::trans::BodyContext::getTopStmt ( )
inline

The documentation for this class was generated from the following file: