Searched refs:NewNames (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | RenamingAction.cpp | 177 const std::vector<std::string> &NewNames, in RenamingASTConsumer() argument 182 : NewNames(NewNames), PrevNames(PrevNames), USRList(USRList), in RenamingASTConsumer() 186 for (unsigned I = 0; I < NewNames.size(); ++I) { in HandleTranslationUnit() 191 HandleOneRename(Context, NewNames[I], PrevNames[I], USRList[I]); in HandleTranslationUnit() 225 const std::vector<std::string> &NewNames, &PrevNames; member in clang::tooling::RenamingASTConsumer 237 USRSymbolRenamer(const std::vector<std::string> &NewNames, in USRSymbolRenamer() argument 240 : NewNames(NewNames), USRList(USRList), FileToReplaces(FileToReplaces) { in USRSymbolRenamer() 241 assert(USRList.size() == NewNames.size()); in USRSymbolRenamer() 245 for (unsigned I = 0; I < NewNames.size(); ++I) { in HandleTranslationUnit() 249 USRList[I], NewNames[I], Context.getTranslationUnitDecl()); in HandleTranslationUnit() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/ |
| H A D | RenamingAction.h | 31 RenamingAction(const std::vector<std::string> &NewNames, 36 : NewNames(NewNames), PrevNames(PrevNames), USRList(USRList), in NewNames() function 42 const std::vector<std::string> &NewNames, &PrevNames; 101 const std::vector<std::string> &NewNames, in QualifiedRenamingAction() argument 104 : NewNames(NewNames), USRList(USRList), FileToReplaces(FileToReplaces) {} in QualifiedRenamingAction() 110 const std::vector<std::string> &NewNames;
|