Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Symbol/
DVariable.h66 lldb::ValueType GetScope() const { return m_scope; } in GetScope()
119 lldb::ValueType m_scope; variable
/external/llvm-project/lldb/source/Symbol/
DVariable.cpp46 m_symfile_type_sp(symfile_type_sp), m_scope(scope), in Variable()
119 if (m_scope != eValueTypeInvalid) { in Dump()
121 switch (m_scope) { in Dump()
135 s->AsRawOstream() << "??? (" << m_scope << ')'; in Dump()
281 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()