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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/
H A DRenamingAction.h33 const std::vector<std::string> &PrevNames,
37 : NewNames(NewNames), PrevNames(PrevNames), USRList(USRList),
43 const std::vector<std::string> &NewNames, &PrevNames; member in class:clang::tooling::RenamingAction
32 RenamingAction(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 = false) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp186 const std::vector<std::string> &PrevNames,
190 : NewNames(NewNames), PrevNames(PrevNames), USRList(USRList),
196 if (PrevNames[I].empty())
199 HandleOneRename(Context, NewNames[I], PrevNames[I], USRList[I]);
233 const std::vector<std::string> &NewNames, &PrevNames; member in class:clang::tooling::RenamingASTConsumer
269 return std::make_unique<RenamingASTConsumer>(NewNames, PrevNames, USRList,
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

Completed in 85 milliseconds