Searched refs:CompoundScopeInfo (Results 1 – 5 of 5) sorted by relevance
67 class CompoundScopeInfo {77 CompoundScopeInfo(bool IsStmtExpr) : IsStmtExpr(IsStmtExpr) {} in CompoundScopeInfo() function204 SmallVector<CompoundScopeInfo, 4> CompoundScopes;
209 class CompoundScopeInfo; variable1371 sema::CompoundScopeInfo &getCurCompoundScope() const;
312 [](sema::CompoundScopeInfo &CSI) { return CSI.IsStmtExpr; })) in DiagnoseUnexpandedParameterPacks()
1493 getCurFunction()->CompoundScopes.push_back(CompoundScopeInfo(IsStmtExpr)); in PushCompoundScope()
347 sema::CompoundScopeInfo &Sema::getCurCompoundScope() const { in getCurCompoundScope()