Searched refs:ScopeCtx (Results 1 – 1 of 1) sorted by relevance
824 void scopedBegin(ScopeContext ScopeCtx) { in scopedBegin() argument825 if (ScopeCtx.Context == Scope::Object) in scopedBegin()827 else if (ScopeCtx.Context == Scope::Array) in scopedBegin()829 ScopeHistory.push_back(ScopeCtx); in scopedBegin()843 ScopeContext ScopeCtx = ScopeHistory.back(); in scopedEnd() local844 if (ScopeCtx.Context == Scope::Object) in scopedEnd()846 else if (ScopeCtx.Context == Scope::Array) in scopedEnd()848 if (ScopeCtx.Kind == ScopeKind::Attribute || in scopedEnd()849 ScopeCtx.Kind == ScopeKind::NestedAttribute) in scopedEnd()851 if (ScopeCtx.Kind == ScopeKind::NestedAttribute) in scopedEnd()