Searched refs:USRSymbolRenamer (Results 1 – 1 of 1) sorted by relevance
244 class USRSymbolRenamer : public ASTConsumer { class246 USRSymbolRenamer(const std::vector<std::string> &NewNames, in USRSymbolRenamer() function in clang::tooling::USRSymbolRenamer275 return std::make_unique<USRSymbolRenamer>(NewNames, USRList, FileToReplaces); in newASTConsumer()