clang-tools
4.0.0
|
#include <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 26 of file RenamingAction.h.
|
inline |
Definition at line 28 of file RenamingAction.h.
std::unique_ptr< ASTConsumer > clang::rename::RenamingAction::newASTConsumer | ( | ) |
Definition at line 87 of file RenamingAction.cpp.
References NewNames(), and PrintLocations().