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

References

tools/lldb/source/Symbol/Type.cpp
  534           m_compiler_type = void_compiler_type;
  538           m_compiler_type = void_compiler_type.AddConstModifier();
  542           m_compiler_type = void_compiler_type.AddRestrictModifier();
  546           m_compiler_type = void_compiler_type.AddVolatileModifier();
  550           m_compiler_type = void_compiler_type.CreateTypedef(
  556           m_compiler_type = void_compiler_type.GetPointerType();
  560           m_compiler_type = void_compiler_type.GetLValueReferenceType();
  564           m_compiler_type = void_compiler_type.GetRValueReferenceType();