Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDiagnosticInfo.cpp471 auto Sev = i == 0 ? DS_Error : DS_Warning; in diagnoseDontCall() local
479 DiagnosticInfoDontCall D(F->getName(), A.getValueAsString(), Sev, in diagnoseDontCall()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp727 void DiagnosticIDs::setGroupSeverity(StringRef Group, diag::Severity Sev) { in setGroupSeverity() argument
730 GroupInfos[SubGroup].Severity = static_cast<unsigned>(Sev); in setGroupSeverity()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp7522 auto ToSeverity = [](DiagnoseIfAttr::DefaultSeverity Sev) { in diagnoseDiagnoseIfAttrsWith() argument
7523 switch (Sev) { in diagnoseDiagnoseIfAttrsWith()