Home
last modified time | relevance | path

Searched refs:IsCustomDiag (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp284 if (IsCustomDiag(DiagID)) { in getDefaultMapping()
302 assert(IsCustomDiag(DiagID)); in initCustomDiagMapping()
412 if (IsCustomDiag(DiagID) || getDiagClass(DiagID) != CLASS_EXTENSION) in isExtensionDiag()
469 bool IsCustomDiag = DiagnosticIDs::IsCustomDiag(DiagID); in getDiagnosticSeverity() local
487 (IsCustomDiag || getDiagClass(DiagID) != CLASS_REMARK)) in getDiagnosticSeverity()
514 if ((!IsCustomDiag || CustomDiagInfo->getDescription(DiagID).GetGroup()) && in getDiagnosticSeverity()
551 if (IsCustomDiag) in getDiagnosticSeverity()
579 if (IsCustomDiag(DiagID)) in getDiagClass()
630 if (IsCustomDiag(DiagID)) { in getGroupForDiag()
H A DDiagnostic.cpp157 if (DiagnosticIDs::IsCustomDiag(Diag)) in getOrAddMapping()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticIDs.h192 static bool IsCustomDiag(diag::kind Diag) { in IsCustomDiag() function