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

Declarations

tools/lldb/include/lldb/Symbol/Type.h
  120   void GetDescription(Stream *s, lldb::DescriptionLevel level, bool show_name);

References

tools/lldb/source/Commands/CommandObjectTarget.cpp
 1654       type_sp->GetDescription(&strm, eDescriptionLevelFull, true);
 1663         typedefed_type_sp->GetDescription(&strm, eDescriptionLevelFull, true);
 1698     type_sp->GetDescription(&strm, eDescriptionLevelFull, true);
 1707       typedefed_type_sp->GetDescription(&strm, eDescriptionLevelFull, true);
tools/lldb/source/Symbol/SymbolContext.cpp
  223       func_type->GetDescription(s, level, false);