clang
10.0.0git
|
#include "clang/Tooling/Core/Replacement.h"
#include "clang/Tooling/Syntax/Nodes.h"
#include "clang/Tooling/Syntax/Tree.h"
Go to the source code of this file.
Namespaces | |
clang | |
Dataflow Directional Tag Classes. | |
clang::syntax | |
Functions | |
tooling::Replacements | clang::syntax::computeReplacements (const Arena &A, const syntax::TranslationUnit &TU) |
Computes textual replacements required to mimic the tree modifications made to the syntax tree. More... | |
void | clang::syntax::removeStatement (syntax::Arena &A, syntax::Statement *S) |
Removes a statement or replaces it with an empty statement where one is required syntactically. More... | |