Searched refs:getCheckName (Results 1 – 4 of 4) sorted by relevance
139 std::string getCheckName(unsigned DiagnosticID) const;
215 std::string CheckName = getCheckName(Info.getID()); in shouldSuppressDiagnostic()276 std::string ClangTidyContext::getCheckName(unsigned DiagnosticID) const { in getCheckName() function in ClangTidyContext371 std::string CheckName = Context.getCheckName(Info.getID()); in HandleDiagnostic()
517 std::string CheckName = CTContext->getCheckName(Info.getID()); in build()
587 std::string TidyDiag = Tidy->getCheckName(Diag.ID); in take()