Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/LogicalView/Core/
DLVCompare.h30 LVScopes ScopeStack; variable
65 void push(LVScope *Scope) { ScopeStack.push_back(Scope); } in push()
66 void pop() { ScopeStack.pop_back(); } in pop()
/external/rust/android-crates-io/crates/miette/src/highlighters/
Dsyntect.rs9 parsing::{ParseState, ScopeStack, SyntaxReference, SyntaxSet},
50 syntect::HighlightState::new(&highlighter, syntect::ScopeStack::new()); in start_highlighter_state()
/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
Djson.kt118 private var scopes = ScopeStack()
715 private class ScopeStack( class
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/LogicalView/Core/
DLVCompare.cpp355 for (const LVScope *Scope : ScopeStack) { in printCurrentStack()