Searched defs:NewNames (Results 1 – 3 of 3) sorted by relevance
37 : NewNames(NewNames), PrevNames(PrevNames), USRList(USRList), in NewNames() argument102 const std::vector<std::string> &NewNames, in QualifiedRenamingAction()
186 const std::vector<std::string> &NewNames, in RenamingASTConsumer()234 const std::vector<std::string> &NewNames, &PrevNames; member in clang::tooling::RenamingASTConsumer246 USRSymbolRenamer(const std::vector<std::string> &NewNames, in USRSymbolRenamer()264 const std::vector<std::string> &NewNames; member in clang::tooling::USRSymbolRenamer
80 NewNames("new-name", cl::desc("The new name to change the symbol to."), variable