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

Overrides

include/llvm/DebugInfo/PDB/IPDBRawSymbol.h
  238   virtual bool isRestrictedType() const = 0;
lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp
  664 bool NativeRawSymbol::isRestrictedType() const {

Declarations

include/llvm/DebugInfo/PDB/Native/NativeTypePointer.h
   43   bool isRestrictedType() const override;

References

lib/DebugInfo/PDB/Native/NativeTypePointer.cpp
   56   dumpSymbolField(OS, "restrictedType", isRestrictedType(), Indent);