Searched refs:ScopeCtx (Results 1 – 1 of 1) sorted by relevance
768 void scopedBegin(ScopeContext ScopeCtx) { in scopedBegin() argument769 if (ScopeCtx.Context == Scope::Object) in scopedBegin()771 else if (ScopeCtx.Context == Scope::Array) in scopedBegin()773 ScopeHistory.push_back(ScopeCtx); in scopedBegin()787 ScopeContext ScopeCtx = ScopeHistory.back(); in scopedEnd() local788 if (ScopeCtx.Context == Scope::Object) in scopedEnd()790 else if (ScopeCtx.Context == Scope::Array) in scopedEnd()792 if (ScopeCtx.Kind == ScopeKind::Attribute || in scopedEnd()793 ScopeCtx.Kind == ScopeKind::NestedAttribute) in scopedEnd()795 if (ScopeCtx.Kind == ScopeKind::NestedAttribute) in scopedEnd()