Searched refs:CompoundScopeInfo (Results 1 – 5 of 5) sorted by relevance
67 class CompoundScopeInfo {81 CompoundScopeInfo(bool IsStmtExpr, FPOptions FPO) in CompoundScopeInfo() function219 SmallVector<CompoundScopeInfo, 4> CompoundScopes;
223 class CompoundScopeInfo; variable1996 sema::CompoundScopeInfo &getCurCompoundScope() const;
333 [](sema::CompoundScopeInfo &CSI) { return CSI.IsStmtExpr; })) { in DiagnoseUnexpandedParameterPacks()
2261 CompoundScopeInfo(IsStmtExpr, getCurFPFeatures())); in PushCompoundScope()
405 sema::CompoundScopeInfo &Sema::getCurCompoundScope() const { in getCurCompoundScope()