Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp805 class EntityVariable : public EntityVariableBase { class
807 EntityVariable(lldb::VariableSP &variable_sp) : m_variable_sp(variable_sp) { in EntityVariable() function in EntityVariable
893 *iter = std::make_unique<EntityVariable>(variable_sp); in AddVariable()