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;
202 class CompoundScopeInfo; variable10901 sema::CompoundScopeInfo &getCurCompoundScope() const;
401 [](sema::CompoundScopeInfo &CSI) { return CSI.IsStmtExpr; })) { in DiagnoseUnexpandedParameterPacks()
2478 CompoundScopeInfo(IsStmtExpr, getCurFPFeatures())); in PushCompoundScope()
442 sema::CompoundScopeInfo &Sema::getCurCompoundScope() const { in getCurCompoundScope()