reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Derived Classes

tools/lldb/include/lldb/Core/ValueObjectConstResultCast.h
   28 class ValueObjectConstResultCast : public ValueObjectCast {

References

tools/lldb/include/lldb/Core/ValueObjectConstResultCast.h
   28 class ValueObjectConstResultCast : public ValueObjectCast {
tools/lldb/source/Core/ValueObject.cpp
 2933   return ValueObjectCast::Create(*this, GetName(), compiler_type);
 2937   return ValueObjectCast::Create(*this, new_name, GetCompilerType());
tools/lldb/source/Core/ValueObjectCast.cpp
   27   ValueObjectCast *cast_valobj_ptr =
   28       new ValueObjectCast(parent, name, cast_type);