Searched refs:m_cast_type (Results 1 – 2 of 2) sorted by relevance
35 : ValueObject(parent), m_cast_type(cast_type) { in ValueObjectCast()42 CompilerType ValueObjectCast::GetCompilerTypeImpl() { return m_cast_type; } in GetCompilerTypeImpl()
58 CompilerType m_cast_type; variable