Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Symbol/
DVariable.h89 return m_scope; in GetScope()
170 lldb::ValueType m_scope; // global, parameter, local variable
/external/lldb/source/Symbol/
DVariable.cpp52 m_scope(scope), in Variable()
114 if (m_scope != eValueTypeInvalid) in Dump()
117 switch (m_scope) in Dump()
122 default: *s << "??? (" << m_scope << ')'; in Dump()
276 switch (m_scope) in IsInScope()
/external/deqp/framework/randomshaders/
DrsgStatement.hpp106 VariableScope m_scope; member in rsg::BlockStatement
DrsgStatement.cpp150 state.getVariableManager().pushVariableScope(m_scope); in init()
/external/llvm/test/Bindings/OCaml/
Dcore.ml1153 let m_scope = mdnode context [| |] in
1155 let md = mdnode context [| m_line; m_col; m_scope; m_inlined |] in