Home | History | Annotate | Download | only in Sema

Lines Matching refs:NoexceptExpr

13632     ArrayRef<SourceRange> DynamicExceptionRanges, Expr *NoexceptExpr,
13665 if (NoexceptExpr) {
13666 assert((NoexceptExpr->isTypeDependent() ||
13667 NoexceptExpr->getType()->getCanonicalTypeUnqualified() ==
13670 if (IsTopLevel && NoexceptExpr &&
13671 DiagnoseUnexpandedParameterPack(NoexceptExpr)) {
13676 if (!NoexceptExpr->isValueDependent())
13677 NoexceptExpr = VerifyIntegerConstantExpression(NoexceptExpr, nullptr,
13680 ESI.NoexceptExpr = NoexceptExpr;
13691 Expr *NoexceptExpr) {
13707 DynamicExceptionRanges, NoexceptExpr, Exceptions,