clang API Documentation

Public Member Functions
clang::arcmt::trans::BodyTransform< BODY_TRANS > Class Template Reference

#include <Transforms.h>

Inheritance diagram for clang::arcmt::trans::BodyTransform< BODY_TRANS >:
Inheritance graph
[legend]
Collaboration diagram for clang::arcmt::trans::BodyTransform< BODY_TRANS >:
Collaboration graph
[legend]

List of all members.

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)

Detailed Description

template<typename BODY_TRANS>
class clang::arcmt::trans::BodyTransform< BODY_TRANS >

Definition at line 186 of file Transforms.h.


Constructor & Destructor Documentation

template<typename BODY_TRANS>
clang::arcmt::trans::BodyTransform< BODY_TRANS >::BodyTransform ( MigrationPass pass) [inline]

Definition at line 192 of file Transforms.h.


Member Function Documentation

template<typename BODY_TRANS>
bool clang::arcmt::trans::BodyTransform< BODY_TRANS >::TraverseObjCMethodDecl ( ObjCMethodDecl D) [inline]

Definition at line 200 of file Transforms.h.

template<typename BODY_TRANS>
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.

Returns:
false if the visitation was terminated early, true otherwise (including when the argument is NULL).

Reimplemented from clang::RecursiveASTVisitor< BodyTransform< BODY_TRANS > >.

Definition at line 194 of file Transforms.h.


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