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

Overrides

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

Overridden By

lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp
  311 bool NativeTypeEnum::isNested() const {
lib/DebugInfo/PDB/Native/NativeTypeUDT.cpp
  183 bool NativeTypeUDT::isNested() const {

Declarations

include/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h
  202   bool isNested() const override;