Searched defs:USRFindingAction (Results 1 – 1 of 1) sorted by relevance
44 struct USRFindingAction { struct45 USRFindingAction(ArrayRef<unsigned> SymbolOffsets, in USRFindingAction() argument51 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;