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/NativeTypeUDT.h
   47   bool hasCastOperator() const override;

References

lib/DebugInfo/PDB/Native/NativeTypeUDT.cpp
   59   dumpSymbolField(OS, "hasCastOperator", hasCastOperator(), Indent);
  152     return UnmodifiedType->hasCastOperator();