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

Overrides

include/llvm/DebugInfo/PDB/IPDBRawSymbol.h
  241   virtual bool isScoped() const = 0;

Overridden By

lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp
  333 bool NativeTypeEnum::isScoped() const {
lib/DebugInfo/PDB/Native/NativeTypeUDT.cpp
  199 bool NativeTypeUDT::isScoped() const {

Declarations

include/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h
  215   bool isScoped() const override;