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

Overrides

include/llvm/DebugInfo/PDB/IPDBRawSymbol.h
  187   virtual bool hasCastOperator() const = 0;
lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp
  460 bool NativeRawSymbol::hasCastOperator() const {

Declarations

include/llvm/DebugInfo/PDB/Native/NativeTypeEnum.h
   44   bool hasCastOperator() const override;

References

lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp
  149   dumpSymbolField(OS, "hasCastOperator", hasCastOperator(), Indent);
  287     return UnmodifiedType->hasCastOperator();