Chisel
|
Represents a reformatting action. More...
#include <Reformat.h>
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 |
Represents a reformatting action.
|
inline |
|
inline |