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

Declarations

tools/lldb/include/lldb/Symbol/CompilerType.h
  197   CompilerType GetNonReferenceType() const;

References

tools/lldb/source/DataFormatters/FormatManager.cpp
  204     CompilerType non_ref_type = compiler_type.GetNonReferenceType();
tools/lldb/source/Plugins/Language/CPlusPlus/LibCxxList.cpp
  186     list_type = list_type.GetNonReferenceType();
tools/lldb/source/Symbol/Type.cpp
  966       return TypeImpl(m_static_type.GetNonReferenceType(),
  967                       m_dynamic_type.GetNonReferenceType());
  969     return TypeImpl(m_static_type.GetNonReferenceType());