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

Overrides

include/llvm/DebugInfo/PDB/IPDBRawSymbol.h
  253   virtual bool isVolatileType() const = 0;
lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp
  724 bool NativeRawSymbol::isVolatileType() const {

Declarations

include/llvm/DebugInfo/PDB/Native/NativeTypeEnum.h
   48   bool isVolatileType() const override;

References

lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp
  160   dumpSymbolField(OS, "volatileType", isVolatileType(), Indent);