Chisel
Public Member Functions | List of all members
Reformat Class Reference

Represents a reformatting action. More...

#include <Reformat.h>

Inheritance diagram for Reformat:
Transformation

Public Member Functions

 Reformat ()
 
 ~Reformat ()
 
- Public Member Functions inherited from Transformation
 Transformation ()
 
 ~Transformation ()
 

Additional Inherited Members

- Protected Member Functions inherited from Transformation
std::vector< clang::Stmt * > getAllChildren (clang::Stmt *S)
 
clang::SourceLocation getEndOfCond (clang::Expr *E)
 
clang::SourceLocation getEndOfStmt (clang::Stmt *S)
 
clang::SourceLocation getEndLocation (clang::SourceLocation Loc)
 
clang::SourceLocation getEndLocationAfter (clang::SourceRange Range, char Symbol)
 
clang::SourceLocation getEndLocationUntil (clang::SourceRange Range, char Symbol)
 
clang::SourceLocation getEndLocationFromBegin (clang::SourceRange Range)
 
int getOffsetUntil (const char *Buf, char Symbol)
 
llvm::StringRef getSourceText (const clang::SourceLocation &B, const clang::SourceLocation &E)
 
void removeSourceText (const clang::SourceLocation &B, const clang::SourceLocation &E)
 
- Protected Attributes inherited from Transformation
clang::ASTContext * Context
 
clang::Rewriter TheRewriter
 

Detailed Description

Represents a reformatting action.

Constructor & Destructor Documentation

Reformat::Reformat ( )
inline
Reformat::~Reformat ( )
inline

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