Home
last modified time | relevance | path

Searched refs:NoThrowDiagID (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp774 const PartialDiagnostic &NoteID, const PartialDiagnostic &NoThrowDiagID, in CheckExceptionSpecSubset() argument
823 if (NoThrowDiagID.getDiagID() != 0 && SubCanThrow == CT_Can && in CheckExceptionSpecSubset()
825 Diag(SubLoc, NoThrowDiagID); in CheckExceptionSpecSubset()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2197 const PartialDiagnostic &NoteID, const PartialDiagnostic &NoThrowDiagID,