Searched refs:IsStmtExpr (Results 1 – 6 of 6) sorted by relevance
75 bool IsStmtExpr; variable81 CompoundScopeInfo(bool IsStmtExpr, FPOptions FPO) in CompoundScopeInfo() argument82 : IsStmtExpr(IsStmtExpr), InitialFPFeatures(FPO) {} in CompoundScopeInfo()
1993 void PushCompoundScope(bool IsStmtExpr);5021 void ActOnStartOfCompoundStmt(bool IsStmtExpr);5030 CompoundScopeRAII(Sema &S, bool IsStmtExpr = false) : S(S) { in S()5031 S.ActOnStartOfCompoundStmt(IsStmtExpr); in S()
2259 void Sema::PushCompoundScope(bool IsStmtExpr) { in PushCompoundScope() argument2261 CompoundScopeInfo(IsStmtExpr, getCurFPFeatures())); in PushCompoundScope()
333 [](sema::CompoundScopeInfo &CSI) { return CSI.IsStmtExpr; })) { in DiagnoseUnexpandedParameterPacks()
389 void Sema::ActOnStartOfCompoundStmt(bool IsStmtExpr) { in ActOnStartOfCompoundStmt() argument390 PushCompoundScope(IsStmtExpr); in ActOnStartOfCompoundStmt()
744 StmtResult TransformCompoundStmt(CompoundStmt *S, bool IsStmtExpr);1308 bool IsStmtExpr) { in RebuildCompoundStmt() argument1310 IsStmtExpr); in RebuildCompoundStmt()7411 bool IsStmtExpr) { in TransformCompoundStmt() argument7420 B, IsStmtExpr && B == ExprResult ? SDK_StmtExprResult : SDK_Discarded); in TransformCompoundStmt()7447 IsStmtExpr); in TransformCompoundStmt()