Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h824 void scopedBegin(ScopeContext ScopeCtx) { in scopedBegin() argument
825 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() local
844 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()