Searched refs:NestedDiagID (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaExceptionSpec.cpp | 767 const PartialDiagnostic &NestedDiagID, in CheckExceptionSpecSubset() argument 813 return CheckParamExceptionSpec(NestedDiagID, NoteID, Superset, SuperLoc, in CheckExceptionSpecSubset() 866 return CheckParamExceptionSpec(NestedDiagID, NoteID, Superset, SuperLoc, in CheckExceptionSpecSubset() 934 unsigned NestedDiagID = diag::err_deep_exception_specs_differ; in CheckExceptionSpecCompatibility() local 940 NestedDiagID = diag::warn_deep_exception_specs_differ; in CheckExceptionSpecCompatibility() 956 PDiag(DiagID), PDiag(NestedDiagID), PDiag(), PDiag(), ToFunc, in CheckExceptionSpecCompatibility()
|
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | Sema.h | 2146 const PartialDiagnostic &NestedDiagID, 2153 bool CheckParamExceptionSpec(const PartialDiagnostic &NestedDiagID,
|