clang 20.0.0git
|
#include "clang/Tooling/Refactoring/Rename/RenamingAction.h"
Public Member Functions | |
RenamingAction (const std::vector< std::string > &NewNames, const std::vector< std::string > &PrevNames, const std::vector< std::vector< std::string > > &USRList, std::map< std::string, tooling::Replacements > &FileToReplaces, bool PrintLocations=false) | |
std::unique_ptr< ASTConsumer > | newASTConsumer () |
Definition at line 29 of file RenamingAction.h.
|
inline |
Definition at line 31 of file RenamingAction.h.
std::unique_ptr< ASTConsumer > clang::tooling::RenamingAction::newASTConsumer | ( | ) |
Definition at line 246 of file RenamingAction.cpp.