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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp244 class USRSymbolRenamer : public ASTConsumer { class in namespace:clang::tooling
246 USRSymbolRenamer(const std::vector<std::string> &NewNames, function in class:clang::tooling::USRSymbolRenamer
275 return std::make_unique<USRSymbolRenamer>(NewNames, USRList, FileToReplaces);

Completed in 223 milliseconds