Lines Matching defs:NoexceptLoc
9358 /*NoexceptLoc=*/SourceLocation(),
9393 Sema::ActOnCompoundRequirement(Expr *E, SourceLocation NoexceptLoc) {
9394 return BuildExprRequirement(E, /*IsSimple=*/false, NoexceptLoc,
9400 Expr *E, SourceLocation NoexceptLoc, CXXScopeSpec &SS,
9426 return BuildExprRequirement(E, /*IsSimple=*/false, NoexceptLoc, {});
9434 E, /*IsSimple=*/false, NoexceptLoc,
9440 Expr *E, bool IsSimple, SourceLocation NoexceptLoc,
9447 else if (NoexceptLoc.isValid() && canThrow(E) == CanThrowResult::CT_Can)
9478 IsSimple, NoexceptLoc, ReturnTypeRequirement);
9485 return new (Context) concepts::ExprRequirement(E, IsSimple, NoexceptLoc,
9493 bool IsSimple, SourceLocation NoexceptLoc,
9496 IsSimple, NoexceptLoc,