Searched refs:NestedDiagID (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaExceptionSpec.cpp | 735 const PartialDiagnostic &NestedDiagID, in CheckExceptionSpecSubset() argument 780 return CheckParamExceptionSpec(NestedDiagID, NoteID, Superset, SuperLoc, in CheckExceptionSpecSubset() 823 return CheckParamExceptionSpec(NestedDiagID, NoteID, Superset, SuperLoc, in CheckExceptionSpecSubset() 891 unsigned NestedDiagID = diag::err_deep_exception_specs_differ; in CheckExceptionSpecCompatibility() local 897 NestedDiagID = diag::warn_deep_exception_specs_differ; in CheckExceptionSpecCompatibility() 912 return CheckExceptionSpecSubset(PDiag(DiagID), PDiag(NestedDiagID), PDiag(), in CheckExceptionSpecCompatibility()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 1489 const PartialDiagnostic &NestedDiagID, 1495 bool CheckParamExceptionSpec(const PartialDiagnostic &NestedDiagID,
|