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

Overrides

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

Overridden By

lib/DebugInfo/PDB/Native/NativeCompilandSymbol.cpp
   40 bool NativeCompilandSymbol::isEditAndContinueEnabled() const {

Declarations

include/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h
  154   bool isEditAndContinueEnabled() const override;