Lines Matching refs:AccumulationScope
22 class AccumulationScope;
307 friend class AccumulationScope<Types>;
610 friend class AccumulationScope<Types>;
664 // expression and pattern errors since the start. The AccumulationScope is only
669 class AccumulationScope {
675 explicit AccumulationScope(ExpressionScope<Types>* scope) : scope_(nullptr) {
684 AccumulationScope(const AccumulationScope&) = delete;
685 AccumulationScope& operator=(const AccumulationScope&) = delete;
717 ~AccumulationScope() {