Searched refs:NestedDiagID (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExceptionSpec.cpp | 758 const PartialDiagnostic &DiagID, const PartialDiagnostic &NestedDiagID, in CheckExceptionSpecSubset() argument 802 return CheckParamExceptionSpec(NestedDiagID, NoteID, Superset, in CheckExceptionSpecSubset() 856 return CheckParamExceptionSpec(NestedDiagID, NoteID, Superset, in CheckExceptionSpecSubset() 921 unsigned NestedDiagID = diag::err_deep_exception_specs_differ; in CheckExceptionSpecCompatibility() local 927 NestedDiagID = diag::warn_deep_exception_specs_differ; in CheckExceptionSpecCompatibility() 942 return CheckExceptionSpecSubset(PDiag(DiagID), PDiag(NestedDiagID), PDiag(), in CheckExceptionSpecCompatibility()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 6186 const PartialDiagnostic &DiagID, const PartialDiagnostic &NestedDiagID, 6198 const PartialDiagnostic &NestedDiagID, const PartialDiagnostic &NoteID,
|