Searched refs:CompoundScopeInfo (Results 1 – 5 of 5) sorted by relevance
68 class CompoundScopeInfo {78 CompoundScopeInfo(bool IsStmtExpr) : IsStmtExpr(IsStmtExpr) {} in CompoundScopeInfo() function214 SmallVector<CompoundScopeInfo, 4> CompoundScopes;
221 class CompoundScopeInfo; variable1860 sema::CompoundScopeInfo &getCurCompoundScope() const;
333 [](sema::CompoundScopeInfo &CSI) { return CSI.IsStmtExpr; })) { in DiagnoseUnexpandedParameterPacks()
2047 getCurFunction()->CompoundScopes.push_back(CompoundScopeInfo(IsStmtExpr)); in PushCompoundScope()
401 sema::CompoundScopeInfo &Sema::getCurCompoundScope() const { in getCurCompoundScope()