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

Overrides

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

Overridden By

lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp
  270 bool NativeTypeEnum::hasNestedTypes() const {
lib/DebugInfo/PDB/Native/NativeTypeUDT.cpp
  158 bool NativeTypeUDT::hasNestedTypes() const {

Declarations

include/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h
  171   bool hasNestedTypes() const override;