Return the class parent of this base class.

Synopsis

Declared in <llvm/DebugInfo/PDB/PDBSymbolTypeBaseClass.h>

std::unique_ptr<PDBSymbol>
getClassParent() const;

Return Value

The class parent symbol, or nullptr if none.

Created with MrDocs