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

Declarations

tools/lldb/include/lldb/API/SBType.h
  212   lldb::TypeImplSP GetSP();

References

tools/lldb/source/API/SBTarget.cpp
 1477     CompilerType ast_type(type.GetSP()->GetCompilerType(true));
 1497     CompilerType ast_type(type.GetSP()->GetCompilerType(true));
tools/lldb/source/API/SBValue.cpp
  592     TypeImplSP type_sp(type.GetSP());
  608   TypeImplSP type_sp(type.GetSP());
  659   lldb::TypeImplSP type_impl_sp(sb_type.GetSP());
  680   lldb::TypeImplSP type_impl_sp(sb_type.GetSP());