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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/
H A DRenamingAction.h43 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-13-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp234 const std::vector<std::string> &NewNames, &PrevNames; member in class:clang::tooling::RenamingASTConsumer
185 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 58 milliseconds