Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h580 SmallVector<ScopeContext, 8> ScopeHistory; variable
829 ScopeHistory.push_back(ScopeCtx); in scopedBegin()
834 if (ScopeHistory.empty() || ScopeHistory.back().Context != Scope::Object) { in scopedBegin()
843 ScopeContext ScopeCtx = ScopeHistory.back(); in scopedEnd()
853 ScopeHistory.pop_back(); in scopedEnd()