Searched refs:IsStmtExpr (Results 1 – 6 of 6) sorted by relevance
76 bool IsStmtExpr; variable78 CompoundScopeInfo(bool IsStmtExpr) : IsStmtExpr(IsStmtExpr) {} in CompoundScopeInfo() argument
1892 void PushCompoundScope(bool IsStmtExpr);4640 void ActOnStartOfCompoundStmt(bool IsStmtExpr);4649 CompoundScopeRAII(Sema &S, bool IsStmtExpr = false) : S(S) { in S()4650 S.ActOnStartOfCompoundStmt(IsStmtExpr); in S()
2116 void Sema::PushCompoundScope(bool IsStmtExpr) { in PushCompoundScope() argument2117 getCurFunction()->CompoundScopes.push_back(CompoundScopeInfo(IsStmtExpr)); in PushCompoundScope()
333 [](sema::CompoundScopeInfo &CSI) { return CSI.IsStmtExpr; })) { in DiagnoseUnexpandedParameterPacks()
385 void Sema::ActOnStartOfCompoundStmt(bool IsStmtExpr) { in ActOnStartOfCompoundStmt() argument386 PushCompoundScope(IsStmtExpr); in ActOnStartOfCompoundStmt()
700 StmtResult TransformCompoundStmt(CompoundStmt *S, bool IsStmtExpr);1262 bool IsStmtExpr) { in RebuildCompoundStmt() argument1264 IsStmtExpr); in RebuildCompoundStmt()7200 bool IsStmtExpr) { in TransformCompoundStmt() argument7209 B, IsStmtExpr && B == ExprResult ? SDK_StmtExprResult : SDK_Discarded); in TransformCompoundStmt()7236 IsStmtExpr); in TransformCompoundStmt()