clang 20.0.0git
|
#include "clang/Tooling/RefactoringCallbacks.h"
#include "clang/ASTMatchers/ASTMatchFinder.h"
#include "clang/Basic/SourceLocation.h"
#include "clang/Lex/Lexer.h"
Go to the source code of this file.
Classes | |
class | clang::tooling::RefactoringASTConsumer |
Namespaces | |
namespace | clang |
The JSON file list parser is used to communicate input to InstallAPI. | |
namespace | clang::tooling |
Functions | |
static Replacement | clang::tooling::replaceStmtWithText (SourceManager &Sources, const Stmt &From, StringRef Text) |
static Replacement | clang::tooling::replaceStmtWithStmt (SourceManager &Sources, const Stmt &From, const Stmt &To) |