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

Overrides

include/llvm/DebugInfo/PDB/IPDBRawSymbol.h
  243   virtual bool isSingleInheritance() const = 0;

Overridden By

lib/DebugInfo/PDB/Native/NativeTypePointer.cpp
  164 bool NativeTypePointer::isSingleInheritance() const {

Declarations

include/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h
  217   bool isSingleInheritance() const override;