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

Overrides

include/llvm/DebugInfo/PDB/IPDBRawSymbol.h
  174   virtual bool hasConstructor() const = 0;
lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp
  408 bool NativeRawSymbol::hasConstructor() const {

Declarations

include/llvm/DebugInfo/PDB/Native/NativeTypeUDT.h
   44   bool hasConstructor() const override;

References

lib/DebugInfo/PDB/Native/NativeTypeUDT.cpp
   56   dumpSymbolField(OS, "constructor", hasConstructor(), Indent);
  129     return UnmodifiedType->hasConstructor();