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

Overrides

include/llvm/DebugInfo/PDB/IPDBRawSymbol.h
  102   virtual SymIndexId getClassParentId() const = 0;
lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp
  148 SymIndexId NativeRawSymbol::getClassParentId() const { return 0; }

Declarations

include/llvm/DebugInfo/PDB/Native/NativeTypePointer.h
   35   SymIndexId getClassParentId() const override;

References

lib/DebugInfo/PDB/Native/NativeTypePointer.cpp
   40     dumpSymbolIdField(OS, "classParentId", getClassParentId(), Indent, Session,