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

Overrides

include/llvm/DebugInfo/PDB/IPDBEnumChildren.h
   26   virtual uint32_t getChildCount() const = 0;

Declarations

lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp
   44   uint32_t getChildCount() const override;

References

lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp
   96   if (Index >= getChildCount())
  107   if (Index >= getChildCount())