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()
1066 void PushCompoundScope(bool IsStmtExpr);1276 CompoundScopeRAII(Sema &S, bool IsStmtExpr = false) : S(S) { in S()1277 S.ActOnStartOfCompoundStmt(IsStmtExpr); in S()10895 void ActOnStartOfCompoundStmt(bool IsStmtExpr);
401 [](sema::CompoundScopeInfo &CSI) { return CSI.IsStmtExpr; })) { in DiagnoseUnexpandedParameterPacks()
2476 void Sema::PushCompoundScope(bool IsStmtExpr) { in PushCompoundScope() argument2478 CompoundScopeInfo(IsStmtExpr, getCurFPFeatures())); in PushCompoundScope()
426 void Sema::ActOnStartOfCompoundStmt(bool IsStmtExpr) { in ActOnStartOfCompoundStmt() argument427 PushCompoundScope(IsStmtExpr); in ActOnStartOfCompoundStmt()
785 StmtResult TransformCompoundStmt(CompoundStmt *S, bool IsStmtExpr);1346 bool IsStmtExpr) { in RebuildCompoundStmt() argument1348 IsStmtExpr); in RebuildCompoundStmt()8108 bool IsStmtExpr) { in TransformCompoundStmt() argument8121 B, IsStmtExpr && B == ExprResult ? StmtDiscardKind::StmtExprResult in TransformCompoundStmt()8149 IsStmtExpr); in TransformCompoundStmt()