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;
lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp
  684 bool NativeRawSymbol::isSingleInheritance() const {

Declarations

include/llvm/DebugInfo/PDB/Native/NativeTypePointer.h
   47   bool isSingleInheritance() const override;

References

lib/DebugInfo/PDB/Native/NativeTypePointer.cpp
   58     if (isSingleInheritance())