Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/
H A DUSRFindingAction.h43 struct USRFindingAction { struct
44 USRFindingAction(ArrayRef<unsigned> SymbolOffsets, in USRFindingAction() function
50 ArrayRef<std::string> getUSRSpellings() { return SpellingNames; } in getUSRSpellings()
51 ArrayRef<std::vector<std::string>> getUSRList() { return USRList; } in getUSRList()
52 bool errorOccurred() { return ErrorOccurred; } in errorOccurred()
56 std::vector<std::string> QualifiedNames;
57 std::vector<std::string> SpellingNames;
58 std::vector<std::vector<std::string>> USRList;
59 bool ErrorOccurred;
60 bool Force;