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