Searched refs:getGroupForDiag (Results 1 – 2 of 2) sorted by relevance
259 static std::optional<diag::Group> getGroupForDiag(unsigned DiagID);
645 std::optional<diag::Group> DiagnosticIDs::getGroupForDiag(unsigned DiagID) { in getGroupForDiag() function in DiagnosticIDs655 if (auto G = getGroupForDiag(DiagID)) in getWarningOptionForDiag()