Home
last modified time | relevance | path

Searched defs:USRFindingAction (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/
DUSRFindingAction.h44 struct USRFindingAction { struct
45 USRFindingAction(ArrayRef<unsigned> SymbolOffsets, in USRFindingAction() argument
51 ArrayRef<std::string> getUSRSpellings() { return SpellingNames; } in getUSRSpellings()
52 ArrayRef<std::vector<std::string>> getUSRList() { return USRList; } in getUSRList()
53 bool errorOccurred() { return ErrorOccurred; } in errorOccurred()
57 std::vector<std::string> QualifiedNames;
58 std::vector<std::string> SpellingNames;
59 std::vector<std::vector<std::string>> USRList;
60 bool ErrorOccurred;
61 bool Force;