|
clang
5.0.0
|
Rename all symbols identified by the given USRs. More...
#include "clang/Tooling/Refactoring/Rename/RenamingAction.h"
Public Member Functions | |
| QualifiedRenamingAction (const std::vector< std::string > &NewNames, const std::vector< std::vector< std::string >> &USRList, std::map< std::string, tooling::Replacements > &FileToReplaces) | |
| std::unique_ptr< ASTConsumer > | newASTConsumer () |
Rename all symbols identified by the given USRs.
Definition at line 46 of file RenamingAction.h.
|
inline |
Definition at line 48 of file RenamingAction.h.
| std::unique_ptr< ASTConsumer > clang::tooling::QualifiedRenamingAction::newASTConsumer | ( | ) |
Definition at line 129 of file RenamingAction.cpp.
1.8.6