|
| RenamingASTConsumer (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) |
|
void | HandleTranslationUnit (ASTContext &Context) override |
|
void | HandleOneRename (ASTContext &Context, const std::string &NewName, const std::string &PrevName, const std::vector< std::string > &USRs) |
|
Definition at line 35 of file RenamingAction.cpp.
clang::rename::RenamingASTConsumer::RenamingASTConsumer |
( |
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 |
|
) |
| |
|
inline |
void clang::rename::RenamingASTConsumer::HandleOneRename |
( |
ASTContext & |
Context, |
|
|
const std::string & |
NewName, |
|
|
const std::string & |
PrevName, |
|
|
const std::vector< std::string > & |
USRs |
|
) |
| |
|
inline |
void clang::rename::RenamingASTConsumer::HandleTranslationUnit |
( |
ASTContext & |
Context | ) |
|
|
inlineoverride |
The documentation for this class was generated from the following file: