Searched refs:NestedDiagID (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExceptionSpec.cpp | 759 const PartialDiagnostic &DiagID, const PartialDiagnostic &NestedDiagID, in CheckExceptionSpecSubset() argument 803 return CheckParamExceptionSpec(NestedDiagID, NoteID, Superset, in CheckExceptionSpecSubset() 857 return CheckParamExceptionSpec(NestedDiagID, NoteID, Superset, in CheckExceptionSpecSubset() 922 unsigned NestedDiagID = diag::err_deep_exception_specs_differ; in CheckExceptionSpecCompatibility() local 928 NestedDiagID = diag::warn_deep_exception_specs_differ; in CheckExceptionSpecCompatibility() 943 return CheckExceptionSpecSubset(PDiag(DiagID), PDiag(NestedDiagID), PDiag(), in CheckExceptionSpecCompatibility()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 6616 const PartialDiagnostic &DiagID, const PartialDiagnostic &NestedDiagID, 6628 const PartialDiagnostic &NestedDiagID, const PartialDiagnostic &NoteID,
|