Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectCast.cpp35 : ValueObject(parent), m_cast_type(cast_type) { in ValueObjectCast()
42 CompilerType ValueObjectCast::GetCompilerTypeImpl() { return m_cast_type; } in GetCompilerTypeImpl()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectCast.h58 CompilerType m_cast_type; variable