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

Overrides

include/llvm/DebugInfo/PDB/IPDBRawSymbol.h
  185   virtual bool hasAssignmentOperator() const = 0;
lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp
  452 bool NativeRawSymbol::hasAssignmentOperator() const {

Declarations

include/llvm/DebugInfo/PDB/Native/NativeTypeUDT.h
   46   bool hasAssignmentOperator() const override;

References

lib/DebugInfo/PDB/Native/NativeTypeUDT.cpp
   58   dumpSymbolField(OS, "hasAssignmentOperator", hasAssignmentOperator(), Indent);
  144     return UnmodifiedType->hasAssignmentOperator();