Searched refs:IsNoexcept (Results 1 – 5 of 5) sorted by relevance
350 bool IsNoexcept = false; member
2468 bool IsNoexcept; variable2473 : Node(KExprRequirement), Expr(Expr_), IsNoexcept(IsNoexcept_), in ExprRequirement()2477 F(Expr, IsNoexcept, TypeConstraint); in match()2482 if (IsNoexcept || TypeConstraint) in printLeft()2485 if (IsNoexcept || TypeConstraint) in printLeft()2487 if (IsNoexcept) in printLeft()
443 if (IsNoexcept) in outputPost()
1911 FTy->IsNoexcept = demangleThrowSpecification(MangledName); in demangleFunctionType()
4127 bool IsNoexcept = Tok.is(tok::kw_noexcept); in tryParseExceptionSpecification() local4134 if (IsNoexcept) { in tryParseExceptionSpecification()4220 bool IsNoexcept) { in diagnoseDynamicExceptionSpecification() argument4222 const char *Replacement = IsNoexcept ? "noexcept" : "noexcept(false)"; in diagnoseDynamicExceptionSpecification()4223 P.Diag(Range.getBegin(), P.getLangOpts().CPlusPlus17 && !IsNoexcept in diagnoseDynamicExceptionSpecification()