Home
last modified time | relevance | path

Searched defs:EntityVariable (Results 1 – 1 of 1) sorted by relevance

/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp805 class EntityVariable : public EntityVariableBase { global() class
807 EntityVariable(lldb::VariableSP &variable_sp) : m_variable_sp(variable_sp) { EntityVariable() function in EntityVariable