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.h808 void scopedBegin(ScopeContext ScopeCtx) { in scopedBegin() argument
809 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() local
828 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()