Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaExceptionSpec.cpp761 const PartialDiagnostic &NoThrowDiagID, in CheckExceptionSpecSubset() argument
810 if (NoThrowDiagID.getDiagID() != 0 && SubCanThrow == CT_Can && in CheckExceptionSpecSubset()
812 Diag(SubLoc, NoThrowDiagID); in CheckExceptionSpecSubset()
/external/llvm-project/clang/include/clang/Sema/
DSema.h1892 const PartialDiagnostic &NoThrowDiagID,