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

Declarations

tools/lldb/include/lldb/Symbol/CompilerType.h
  178   CompilerType GetCanonicalType() const;

References

tools/lldb/source/Symbol/Type.cpp
  990       return TypeImpl(m_static_type.GetCanonicalType(),
  991                       m_dynamic_type.GetCanonicalType());
  993     return TypeImpl(m_static_type.GetCanonicalType());
tools/lldb/source/Symbol/Variable.cpp
  514                                  base_class_type.GetCanonicalType(), request);
  527                                  vbase_class_type.GetCanonicalType(), request);
  548               member_compiler_type.GetCanonicalType(), request);
  647                                 pointee_type.GetCanonicalType(), request);
  652                 pointee_type.GetCanonicalType(), request);
  731                       variable_compiler_type.GetCanonicalType(), request);