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

Declarations

tools/lldb/include/lldb/Symbol/Type.h
  411   void SetTypeSP(lldb::TypeSP type_sp);

References

tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
  130                   type_info.SetTypeSP(type_sp);
  162                     type_info.SetTypeSP(type_sp);
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
  470         class_type_or_name.SetTypeSP(type_sp);
  475           class_type_or_name.SetTypeSP(type_sp);