15 #ifndef LLVM_CLANG_TOOLS_EXTRA_CLANG_RENAME_USR_FINDING_ACTION_H_
16 #define LLVM_CLANG_TOOLS_EXTRA_CLANG_RENAME_USR_FINDING_ACTION_H_
18 #include "clang/Frontend/FrontendAction.h"
22 class CompilerInstance;
37 const std::vector<std::string> &
getUSRs() {
42 unsigned SymbolOffset;
43 std::string SpellingName;
44 std::vector<std::string> USRs;
50 #endif // LLVM_CLANG_TOOLS_EXTRA_CLANG_RENAME_USR_FINDING_ACTION_H_
const std::vector< std::string > & getUSRs()
const std::string & getUSRSpelling()
std::unique_ptr< ASTConsumer > newASTConsumer()
USRFindingAction(unsigned Offset)