Home
last modified time | relevance | path

Searched refs:GetDefaultSeverity (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp286 CustomDiagInfo->getDescription(DiagID).GetDefaultSeverity()); in getDefaultMapping()
310 Mapping.setSeverity(Diag.GetDefaultSeverity()); in initCustomDiagMapping()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticIDs.h234 diag::Severity GetDefaultSeverity() const { in GetDefaultSeverity() function