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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp761 const PartialDiagnostic &NestedDiagID,
807 return CheckParamExceptionSpec(NestedDiagID, NoteID, Superset, SuperLoc,
860 return CheckParamExceptionSpec(NestedDiagID, NoteID, Superset, SuperLoc,
928 unsigned NestedDiagID = diag::err_deep_exception_specs_differ; local
934 NestedDiagID = diag::warn_deep_exception_specs_differ;
950 PDiag(DiagID), PDiag(NestedDiagID), PDiag(), PDiag(), ToFunc,
760 CheckExceptionSpecSubset(const PartialDiagnostic &DiagID, const PartialDiagnostic &NestedDiagID, const PartialDiagnostic &NoteID, const PartialDiagnostic &NoThrowDiagID, const FunctionProtoType *Superset, SourceLocation SuperLoc, const FunctionProtoType *Subset, SourceLocation SubLoc) argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1767 const PartialDiagnostic &NestedDiagID,
1774 bool CheckParamExceptionSpec(const PartialDiagnostic &NestedDiagID,

Completed in 165 milliseconds