Home
last modified time | relevance | path

Searched refs:ScopeCtx (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DScopedPrinter.h758 void scopedBegin(ScopeContext ScopeCtx) { in scopedBegin() argument
759 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() local
778 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()