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

Overrides

include/llvm/DebugInfo/PDB/IPDBRawSymbol.h
  179   virtual bool isConstType() const = 0;
lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp
  428 bool NativeRawSymbol::isConstType() const {

Declarations

include/llvm/DebugInfo/PDB/Native/NativeTypeFunctionSig.h
   50   bool isConstType() const override;

References

lib/DebugInfo/PDB/Native/NativeTypeFunctionSig.cpp
  125   dumpSymbolField(OS, "constType", isConstType(), Indent);