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

Overrides

include/llvm/DebugInfo/PDB/IPDBRawSymbol.h
  241   virtual bool isScoped() const = 0;
lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp
  676 bool NativeRawSymbol::isScoped() const {

Declarations

include/llvm/DebugInfo/PDB/Native/NativeTypeEnum.h
   55   bool isScoped() const override;

References

lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp
  157   dumpSymbolField(OS, "scoped", isScoped(), Indent);
  335     return UnmodifiedType->isScoped();