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" 27 class CompilerInstance;
48 : SymbolOffsets(SymbolOffsets), QualifiedNames(QualifiedNames),
49 ErrorOccurred(
false), Force(Force) {}
57 std::vector<unsigned> SymbolOffsets;
58 std::vector<std::string> QualifiedNames;
59 std::vector<std::string> SpellingNames;
60 std::vector<std::vector<std::string>> USRList;
68 #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.