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 | 186 const std::vector<std::string> &NewNames, in RenamingASTConsumer() argument 191 : NewNames(NewNames), PrevNames(PrevNames), USRList(USRList), in RenamingASTConsumer() 195 for (unsigned I = 0; I < NewNames.size(); ++I) { in HandleTranslationUnit() 200 HandleOneRename(Context, NewNames[I], PrevNames[I], USRList[I]); in HandleTranslationUnit() 234 const std::vector<std::string> &NewNames, &PrevNames; member in clang::tooling::RenamingASTConsumer 246 USRSymbolRenamer(const std::vector<std::string> &NewNames, in USRSymbolRenamer() argument 249 : NewNames(NewNames), USRList(USRList), FileToReplaces(FileToReplaces) { in USRSymbolRenamer() 250 assert(USRList.size() == NewNames.size()); in USRSymbolRenamer() 254 for (unsigned I = 0; I < NewNames.size(); ++I) { in HandleTranslationUnit() 258 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;
|