clang-tools
4.0.0
|
This is the complete list of members for clang::rename::RenamingASTConsumer, including all inherited members.
HandleOneRename(ASTContext &Context, const std::string &NewName, const std::string &PrevName, const std::vector< std::string > &USRs) | clang::rename::RenamingASTConsumer | inline |
HandleTranslationUnit(ASTContext &Context) override | clang::rename::RenamingASTConsumer | inline |
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) | clang::rename::RenamingASTConsumer | inline |