reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1669 S, Sema::ExpressionEvaluationContext::PotentiallyEvaluated); 1672 new (S.Context) DeclRefExpr(S.Context, VD, false, T, VK_LValue, Loc); 1672 new (S.Context) DeclRefExpr(S.Context, VD, false, T, VK_LValue, Loc); 1673 ExprResult Result = S.PerformMoveOrCopyInitialization( 1677 Result = S.MaybeCreateExprWithCleanups(Result); 1679 S.Context.setBlockVarCopyInit(VD, Init, S.canThrow(Init)); 1679 S.Context.setBlockVarCopyInit(VD, Init, S.canThrow(Init)); 1687 S.ResolveExceptionSpec(Loc, FPT);