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

Overrides

include/llvm/DebugInfo/PDB/IPDBRawSymbol.h
   95   virtual SymIndexId getArrayIndexTypeId() const = 0;
lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp
  117 SymIndexId NativeRawSymbol::getArrayIndexTypeId() const { return 0; }

Declarations

include/llvm/DebugInfo/PDB/Native/NativeTypeArray.h
   31   SymIndexId getArrayIndexTypeId() const override;

References

lib/DebugInfo/PDB/Native/NativeTypeArray.cpp
   31   dumpSymbolField(OS, "arrayIndexTypeId", getArrayIndexTypeId(), Indent);