Searched refs:ScopeCtx (Results 1 – 1 of 1) sorted by relevance
808 void scopedBegin(ScopeContext ScopeCtx) { in scopedBegin() argument809 if (ScopeCtx.Context == Scope::Object) in scopedBegin()811 else if (ScopeCtx.Context == Scope::Array) in scopedBegin()813 ScopeHistory.push_back(ScopeCtx); in scopedBegin()827 ScopeContext ScopeCtx = ScopeHistory.back(); in scopedEnd() local828 if (ScopeCtx.Context == Scope::Object) in scopedEnd()830 else if (ScopeCtx.Context == Scope::Array) in scopedEnd()832 if (ScopeCtx.Kind == ScopeKind::Attribute || in scopedEnd()833 ScopeCtx.Kind == ScopeKind::NestedAttribute) in scopedEnd()835 if (ScopeCtx.Kind == ScopeKind::NestedAttribute) in scopedEnd()