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;
lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp
  624 bool NativeRawSymbol::isNested() const {

Declarations

include/llvm/DebugInfo/PDB/Native/NativeTypeEnum.h
   50   bool isNested() const override;

References

lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp
  154   dumpSymbolField(OS, "nested", isNested(), Indent);
  313     return UnmodifiedType->isNested();