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

Overridden By

lib/DebugInfo/PDB/Native/NativeCompilandSymbol.cpp
   22 PDB_SymType NativeCompilandSymbol::getSymTag() const {
lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp
  364 PDB_SymType NativeRawSymbol::getSymTag() const { return Tag; }
lib/DebugInfo/PDB/Native/NativeTypeBuiltin.cpp
   28 PDB_SymType NativeTypeBuiltin::getSymTag() const {
lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp
  176 PDB_SymType NativeTypeEnum::getSymTag() const { return PDB_SymType::Enum; }
unittests/DebugInfo/PDB/PDBApiTest.cpp
  232   PDB_SymType getSymTag() const override { return Type; }

References

lib/DebugInfo/PDB/PDBSymbol.cpp
  104   auto SymbolPtr = createSymbol(PDBSession, RawSymbol->getSymTag());
  112   auto SymbolPtr = createSymbol(PDBSession, RawSymbol.getSymTag());
  139 PDB_SymType PDBSymbol::getSymTag() const { return RawSymbol->getSymTag(); }