Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DScopedPrinter.h768 void scopedBegin(ScopeContext ScopeCtx) { in scopedBegin() argument
769 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() local
788 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()