Searched refs:NestedDiagID (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaExceptionSpec.cpp | 761 const PartialDiagnostic &NestedDiagID, in CheckExceptionSpecSubset() argument 807 return CheckParamExceptionSpec(NestedDiagID, NoteID, Superset, SuperLoc, in CheckExceptionSpecSubset() 860 return CheckParamExceptionSpec(NestedDiagID, NoteID, Superset, SuperLoc, in CheckExceptionSpecSubset() 928 unsigned NestedDiagID = diag::err_deep_exception_specs_differ; in CheckExceptionSpecCompatibility() local 934 NestedDiagID = diag::warn_deep_exception_specs_differ; in CheckExceptionSpecCompatibility() 950 PDiag(DiagID), PDiag(NestedDiagID), PDiag(), PDiag(), ToFunc, in CheckExceptionSpecCompatibility()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 2006 const PartialDiagnostic &NestedDiagID, 2013 bool CheckParamExceptionSpec(const PartialDiagnostic &NestedDiagID,
|