clang-tools
3.9.0
|
Provides an action to rename every symbol at a point. More...
#include "RenamingAction.h"
#include "USRLocFinder.h"
#include "clang/AST/ASTConsumer.h"
#include "clang/AST/ASTContext.h"
#include "clang/Basic/FileManager.h"
#include "clang/Frontend/CompilerInstance.h"
#include "clang/Frontend/FrontendAction.h"
#include "clang/Lex/Lexer.h"
#include "clang/Lex/Preprocessor.h"
#include "clang/Tooling/CommonOptionsParser.h"
#include "clang/Tooling/Refactoring.h"
#include "clang/Tooling/Tooling.h"
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | clang::rename::RenamingASTConsumer |
Namespaces | |
clang | |
-rename | |
clang::rename | |
Provides an action to rename every symbol at a point.
Definition in file RenamingAction.cpp.