Searched refs:ScopeCtx (Results 1 – 1 of 1) sorted by relevance
758 void scopedBegin(ScopeContext ScopeCtx) { in scopedBegin() argument759 if (ScopeCtx.Context == Scope::Object) in scopedBegin()761 else if (ScopeCtx.Context == Scope::Array) in scopedBegin()763 ScopeHistory.push_back(ScopeCtx); in scopedBegin()777 ScopeContext ScopeCtx = ScopeHistory.back(); in scopedEnd() local778 if (ScopeCtx.Context == Scope::Object) in scopedEnd()780 else if (ScopeCtx.Context == Scope::Array) in scopedEnd()782 if (ScopeCtx.Kind == ScopeKind::Attribute || in scopedEnd()783 ScopeCtx.Kind == ScopeKind::NestedAttribute) in scopedEnd()785 if (ScopeCtx.Kind == ScopeKind::NestedAttribute) in scopedEnd()