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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  738   TypeIndex getType() const { return Type; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  130     error(IO.mapInteger(Method.Type, "Type"));
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  503   io.mapRequired("Type", Record.Type);
tools/lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
  180   AddMethod(one_method.Name, one_method.Type, one_method.getAccess(),
  198     AddMethod(overloaded.Name, method.Type, method.getAccess(),
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  480                  M.Type, M.VFTableOffset, memberAttributes(M.Attrs));
  530   P.formatLine("type = {0}, vftable offset = {1}, attrs = {2}", Method.Type,