clang 20.0.0git
|
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 98 of file RenamingAction.h.
|
inline |
Definition at line 100 of file RenamingAction.h.
std::unique_ptr< ASTConsumer > clang::tooling::QualifiedRenamingAction::newASTConsumer | ( | ) |
Definition at line 251 of file RenamingAction.cpp.