Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp773 const PartialDiagnostic &DiagID, const PartialDiagnostic &NestedDiagID, in CheckExceptionSpecSubset() argument
817 return CheckParamExceptionSpec(NestedDiagID, NoteID, Superset, in CheckExceptionSpecSubset()
871 return CheckParamExceptionSpec(NestedDiagID, NoteID, Superset, in CheckExceptionSpecSubset()
941 unsigned NestedDiagID = diag::err_deep_exception_specs_differ; in CheckExceptionSpecCompatibility() local
947 NestedDiagID = diag::warn_deep_exception_specs_differ; in CheckExceptionSpecCompatibility()
962 return CheckExceptionSpecSubset(PDiag(DiagID), PDiag(NestedDiagID), PDiag(), in CheckExceptionSpecCompatibility()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2196 const PartialDiagnostic &DiagID, const PartialDiagnostic &NestedDiagID,
2202 const PartialDiagnostic &NestedDiagID, const PartialDiagnostic &NoteID,