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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  826   TypeIndex getType() const { return Type; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  658   error(IO.mapInteger(Record.Type, "Type"));
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  632   IO.mapRequired("Type", Record.Type);
tools/lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
  123       m_ast_builder.GetOrCreateType(PdbTypeSymId(static_data_member.Type));
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  551   P.format(" [name = `{0}`, type = {1}, attrs = {2}]", Field.Name, Field.Type,
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
  502   checkTypeReferences(0, StaticDataMember.Type);
  533       StaticDataMember.Type, VirtualBaseClass.BaseType,