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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  803   TypeIndex getType() const { return Type; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  619   error(IO.mapInteger(Record.Type, "Type"));
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  625   IO.mapRequired("Type", Record.Type);
tools/lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
  150   TypeIndex ti(data_member.Type);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  545            Field.Type, Field.FieldOffset, memberAttributes(Field.Attrs));
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
  477   checkTypeReferences(0, DataMember.Type);
  531       0, BaseClass.Type, DataMember.Type, OverloadedMethod.MethodList,