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

Overrides

include/llvm/DebugInfo/PDB/IPDBRawSymbol.h
  232   virtual bool isPointerToDataMember() const = 0;
lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp
  640 bool NativeRawSymbol::isPointerToDataMember() const {

Declarations

include/llvm/DebugInfo/PDB/Native/NativeTypePointer.h
   40   bool isPointerToDataMember() const override;

References

lib/DebugInfo/PDB/Native/NativeTypePointer.cpp
   51   dumpSymbolField(OS, "isPointerToDataMember", isPointerToDataMember(), Indent);
  192   return isPointerToDataMember() || isPointerToMemberFunction();