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()
2036 void PushCompoundScope(bool IsStmtExpr);5147 void ActOnStartOfCompoundStmt(bool IsStmtExpr);5156 CompoundScopeRAII(Sema &S, bool IsStmtExpr = false) : S(S) { in S()5157 S.ActOnStartOfCompoundStmt(IsStmtExpr); in S()
333 [](sema::CompoundScopeInfo &CSI) { return CSI.IsStmtExpr; })) { in DiagnoseUnexpandedParameterPacks()
2305 void Sema::PushCompoundScope(bool IsStmtExpr) { in PushCompoundScope() argument2307 CompoundScopeInfo(IsStmtExpr, getCurFPFeatures())); in PushCompoundScope()
390 void Sema::ActOnStartOfCompoundStmt(bool IsStmtExpr) { in ActOnStartOfCompoundStmt() argument391 PushCompoundScope(IsStmtExpr); in ActOnStartOfCompoundStmt()
771 StmtResult TransformCompoundStmt(CompoundStmt *S, bool IsStmtExpr);1331 bool IsStmtExpr) { in RebuildCompoundStmt() argument1333 IsStmtExpr); in RebuildCompoundStmt()7532 bool IsStmtExpr) { in TransformCompoundStmt() argument7545 B, IsStmtExpr && B == ExprResult ? SDK_StmtExprResult : SDK_Discarded); in TransformCompoundStmt()7572 IsStmtExpr); in TransformCompoundStmt()