15 #ifndef LLVM_CLANG_TOOLING_REFACTOR_RENAME_USR_FINDING_ACTION_H
16 #define LLVM_CLANG_TOOLING_REFACTOR_RENAME_USR_FINDING_ACTION_H
19 #include "llvm/ADT/ArrayRef.h"
26 class CompilerInstance;
34 : SymbolOffsets(SymbolOffsets), QualifiedNames(QualifiedNames),
35 ErrorOccurred(
false), Force(Force) {}
43 std::vector<unsigned> SymbolOffsets;
44 std::vector<std::string> QualifiedNames;
45 std::vector<std::string> SpellingNames;
46 std::vector<std::vector<std::string>> USRList;
54 #endif // LLVM_CLANG_TOOLING_REFACTOR_RENAME_USR_FINDING_ACTION_H
Forward-declares and imports various common LLVM datatypes that clang wants to use unqualified...