clang-tools
3.9.0
|
#include <RenamingAction.h>
Public Member Functions | |
RenamingAction (const std::string &NewName, const std::string &PrevName, const std::vector< std::string > &USRs, tooling::Replacements &Replaces, 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 82 of file RenamingAction.cpp.
References NewName(), PrevName, and PrintLocations().