Searched refs:CompoundScopeInfo (Results 1 – 5 of 5) sorted by relevance
67 class CompoundScopeInfo {81 CompoundScopeInfo(bool IsStmtExpr, FPOptions FPO) in CompoundScopeInfo() function228 SmallVector<CompoundScopeInfo, 4> CompoundScopes;
238 class CompoundScopeInfo; variable10686 sema::CompoundScopeInfo &getCurCompoundScope() const;
345 [](sema::CompoundScopeInfo &CSI) { return CSI.IsStmtExpr; })) { in DiagnoseUnexpandedParameterPacks()
2311 CompoundScopeInfo(IsStmtExpr, getCurFPFeatures())); in PushCompoundScope()
411 sema::CompoundScopeInfo &Sema::getCurCompoundScope() const { in getCurCompoundScope()