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