Searched refs:NewNames (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/
H A DRenamingAction.h32 RenamingAction(const std::vector<std::string> &NewNames, argument
37 : NewNames(NewNames), PrevNames(PrevNames), USRList(USRList),
43 const std::vector<std::string> &NewNames, &PrevNames; member in class:clang::tooling::RenamingAction
102 const std::vector<std::string> &NewNames,
105 : NewNames(NewNames), USRList(USRList), FileToReplaces(FileToReplaces) {}
111 const std::vector<std::string> &NewNames; member in class:clang::tooling::QualifiedRenamingAction
101 QualifiedRenamingAction( const std::vector<std::string> &NewNames, const std::vector<std::vector<std::string>> &USRList, std::map<std::string, tooling::Replacements> &FileToReplaces) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp185 const std::vector<std::string> &NewNames,
190 : NewNames(NewNames), PrevNames(PrevNames), USRList(USRList),
194 for (unsigned I = 0; I < NewNames.size(); ++I) {
199 HandleOneRename(Context, NewNames[I], PrevNames[I], USRList[I]);
233 const std::vector<std::string> &NewNames, &PrevNames; member in class:clang::tooling::RenamingASTConsumer
245 USRSymbolRenamer(const std::vector<std::string> &NewNames, argument
248 : NewNames(NewNames), USRList(USRList), FileToReplaces(FileToReplaces) {
249 assert(USRList.size() == NewNames
184 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) argument
263 const std::vector<std::string> &NewNames; member in class:clang::tooling::USRSymbolRenamer
[all...]

Completed in 177 milliseconds