Searched refs:IsStmtExpr (Results 1 – 6 of 6) sorted by relevance
75 bool IsStmtExpr; variable77 CompoundScopeInfo(bool IsStmtExpr) : IsStmtExpr(IsStmtExpr) {} in CompoundScopeInfo() argument
1368 void PushCompoundScope(bool IsStmtExpr);3707 void ActOnStartOfCompoundStmt(bool IsStmtExpr);3715 CompoundScopeRAII(Sema &S, bool IsStmtExpr = false) : S(S) { in S()3716 S.ActOnStartOfCompoundStmt(IsStmtExpr); in S()
1492 void Sema::PushCompoundScope(bool IsStmtExpr) { in PushCompoundScope() argument1493 getCurFunction()->CompoundScopes.push_back(CompoundScopeInfo(IsStmtExpr)); in PushCompoundScope()
312 [](sema::CompoundScopeInfo &CSI) { return CSI.IsStmtExpr; })) in DiagnoseUnexpandedParameterPacks()
339 void Sema::ActOnStartOfCompoundStmt(bool IsStmtExpr) { in ActOnStartOfCompoundStmt() argument340 PushCompoundScope(IsStmtExpr); in ActOnStartOfCompoundStmt()
651 StmtResult TransformCompoundStmt(CompoundStmt *S, bool IsStmtExpr);1195 bool IsStmtExpr) { in RebuildCompoundStmt() argument1197 IsStmtExpr); in RebuildCompoundStmt()6516 bool IsStmtExpr) { in TransformCompoundStmt() argument6549 IsStmtExpr); in TransformCompoundStmt()