Searched refs:IsStmtExpr (Results 1 – 6 of 6) sorted by relevance
76 bool IsStmtExpr; variable78 CompoundScopeInfo(bool IsStmtExpr) : IsStmtExpr(IsStmtExpr) {} in CompoundScopeInfo() argument
1857 void PushCompoundScope(bool IsStmtExpr);4606 void ActOnStartOfCompoundStmt(bool IsStmtExpr);4615 CompoundScopeRAII(Sema &S, bool IsStmtExpr = false) : S(S) { in S()4616 S.ActOnStartOfCompoundStmt(IsStmtExpr); in S()
2046 void Sema::PushCompoundScope(bool IsStmtExpr) { in PushCompoundScope() argument2047 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()7177 bool IsStmtExpr) { in TransformCompoundStmt() argument7186 B, IsStmtExpr && B == ExprResult ? SDK_StmtExprResult : SDK_Discarded); in TransformCompoundStmt()7213 IsStmtExpr); in TransformCompoundStmt()