14 #ifndef LLVM_CLANG_TOOLING_REFACTOR_RENAME_USR_FINDING_ACTION_H 15 #define LLVM_CLANG_TOOLING_REFACTOR_RENAME_USR_FINDING_ACTION_H 18 #include "llvm/ADT/ArrayRef.h" 26 class CompilerInstance;
47 : SymbolOffsets(SymbolOffsets), QualifiedNames(QualifiedNames),
48 ErrorOccurred(
false), Force(Force) {}
56 std::vector<unsigned> SymbolOffsets;
57 std::vector<std::string> QualifiedNames;
58 std::vector<std::string> SpellingNames;
59 std::vector<std::vector<std::string>> USRList;
67 #endif // LLVM_CLANG_TOOLING_REFACTOR_RENAME_USR_FINDING_ACTION_H
Forward-declares and imports various common LLVM datatypes that clang wants to use unqualified...
Dataflow Directional Tag Classes.