Searched refs:DiagnosticID (Results 1 – 8 of 8) sorted by relevance
126 std::string getCheckName(unsigned DiagnosticID) const;179 DiagLevelAndFormatString getDiagLevelAndFormatString(unsigned DiagnosticID, in getDiagLevelAndFormatString() argument183 DiagEngine->getDiagnosticLevel(DiagnosticID, Loc)), in getDiagLevelAndFormatString()185 DiagEngine->getDiagnosticIDs()->getDescription(DiagnosticID))); in getDiagLevelAndFormatString()
251 std::string ClangTidyContext::getCheckName(unsigned DiagnosticID) const { in getCheckName()253 DiagEngine->getDiagnosticIDs()->getWarningOptionForDiag(DiagnosticID)); in getCheckName()257 CheckNamesByDiagnosticID.find(DiagnosticID); in getCheckName()
67 EmitInteger(OS, DE.DiagnosticID) << '\n'; in EmitDiagEntry()129 DE.DiagnosticID = Info.getID(); in HandleDiagnostic()133 std::string(DiagnosticIDs::getWarningOptionForDiag(DE.DiagnosticID)); in HandleDiagnostic()
68 EmitInteger(OS, DE.DiagnosticID) << '\n'; in EmitDiagEntry()130 DE.DiagnosticID = Info.getID(); in HandleDiagnostic()133 DE.WarningOption = DiagnosticIDs::getWarningOptionForDiag(DE.DiagnosticID); in HandleDiagnostic()
37 unsigned DiagnosticID; member
36 unsigned DiagnosticID; member
1826 unsigned DiagnosticID, unsigned DiagnosticSuggestID) { in emitEmptyLookupTypoDiagnostic() argument1836 SemaRef.Diag(TypoLoc, DiagnosticID) << Typo; in emitEmptyLookupTypoDiagnostic()
2107 unsigned DiagnosticID, unsigned DiagnosticSuggestID) { in emitEmptyLookupTypoDiagnostic() argument2117 SemaRef.Diag(TypoLoc, DiagnosticID) << Typo; in emitEmptyLookupTypoDiagnostic()