Searched refs:NestedDiagID (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaExceptionSpec.cpp | 766 const PartialDiagnostic &NestedDiagID, in CheckExceptionSpecSubset() argument 812 return CheckParamExceptionSpec(NestedDiagID, NoteID, Superset, SuperLoc, in CheckExceptionSpecSubset() 865 return CheckParamExceptionSpec(NestedDiagID, NoteID, Superset, SuperLoc, in CheckExceptionSpecSubset() 933 unsigned NestedDiagID = diag::err_deep_exception_specs_differ; in CheckExceptionSpecCompatibility() local 939 NestedDiagID = diag::warn_deep_exception_specs_differ; in CheckExceptionSpecCompatibility() 955 PDiag(DiagID), PDiag(NestedDiagID), PDiag(), PDiag(), ToFunc, in CheckExceptionSpecCompatibility()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 2114 const PartialDiagnostic &NestedDiagID, 2121 bool CheckParamExceptionSpec(const PartialDiagnostic &NestedDiagID,
|