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

Declarations

tools/lldb/include/lldb/Symbol/Type.h
  137   lldb::TypeSP GetTypedefType();

References

tools/lldb/source/Commands/CommandObjectTarget.cpp
 1657       TypeSP typedefed_type_sp(typedef_type_sp->GetTypedefType());
 1665         typedefed_type_sp = typedef_type_sp->GetTypedefType();
 1701     TypeSP typedefed_type_sp(typedef_type_sp->GetTypedefType());
 1709       typedefed_type_sp = typedef_type_sp->GetTypedefType();