Searched defs:NewNames (Results 1 – 6 of 6) sorted by relevance
37 : NewNames(NewNames), PrevNames(PrevNames), USRList(USRList), in NewNames() function102 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
73 std::vector<std::string> NewNames = {std::string(NewName)}; in runClangRenameOnCode() local
101 std::string NewNames = getCondVarNames(Child); in getCondVarNames() local
134 const UStringVector *NewNames; variable
80 NewNames("new-name", cl::desc("The new name to change the symbol to."), variable