Searched defs:EntityVariable (Results 1 – 1 of 1) sorted by relevance
805 class EntityVariable : public EntityVariableBase { class807 EntityVariable(lldb::VariableSP &variable_sp) : m_variable_sp(variable_sp) { in EntityVariable() function in EntityVariable