Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnLLDBDebugSessionInfoVarObj.cpp40 : m_eVarFormat(eVarFormat_Natural), m_eVarType(eVarType_Internal) { in CMICmnLLDBDebugSessionInfoVarObj()
59 : m_eVarFormat(eVarFormat_Natural), m_eVarType(eVarType_Internal), in CMICmnLLDBDebugSessionInfoVarObj()
81 : m_eVarFormat(eVarFormat_Natural), m_eVarType(eVarType_Internal), in CMICmnLLDBDebugSessionInfoVarObj()
172 m_eVarType = vrOther.m_eVarType; in CopyOther()
199 vrwOther.m_eVarType = eVarType_Internal; in MoveOther()
574 m_eVarType = eVarType_Composite; in UpdateValue()
589 return m_eVarType; in GetType()
H A DMICmnLLDBDebugSessionInfoVarObj.h133 varType_e m_eVarType; variable