clang API Documentation
Go to the source code of this file.
Classes | |
class | clang::tooling::RefactoringCallback |
Base class for RefactoringCallbacks. More... | |
class | clang::tooling::ReplaceStmtWithText |
Replace the text of the statement bound to FromId with the text in ToText . More... | |
class | clang::tooling::ReplaceStmtWithStmt |
Replace the text of the statement bound to FromId with the text of the statement bound to ToId . More... | |
class | clang::tooling::ReplaceIfStmtWithItsBody |
Replace an if-statement bound to Id with the outdented text of its body, choosing the consequent or the alternative based on whether PickTrueBranch is true. More... | |
Namespaces | |
namespace | clang |
namespace | clang::tooling |