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/NativeSymbolEnumerator.h
   31   SymIndexId getClassParentId() const override;

References

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