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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  303   TypeIndex getReferentType() const { return ReferentType; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  368   error(IO.mapInteger(Record.ReferentType, "PointeeType"));
lib/DebugInfo/PDB/Native/NativeTypePointer.cpp
  102   TypeIndex Referent = Record ? Record->ReferentType : TI.makeDirect();
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  437   IO.mapRequired("ReferentType", Record.ReferentType);
tools/lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.cpp
   93     return GetIntegralTypeInfo(pr.ReferentType, tpi);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
  717   clang::QualType pointee_type = GetOrCreateType(pointer.ReferentType);
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  470   TypeSP pointee = GetOrCreateType(pr.ReferentType);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  438   P.formatLine("referent = {0}, {1}", Ptr.ReferentType,
unittests/DebugInfo/CodeView/TypeHashingTest.cpp
   22   PR.ReferentType = TI;
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
  415   checkTypeReferences(0, Pointer.ReferentType);
  421   checkTypeReferences(0, MemberPointer.ReferentType,
  457   checkTypeReferences(19, Pointer.ReferentType);
  458   checkTypeReferences(20, MemberPointer.ReferentType,