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

include/llvm/DebugInfo/PDB/Native/NativeEnumTypes.h
   33   uint32_t getChildCount() const override;

References

lib/DebugInfo/PDB/Native/NativeTypeFunctionSig.cpp
   53     return TypeEnumerator->getChildCount();