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

Overridden By

lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp
  322 SymIndexId NativeRawSymbol::getTypeId() const { return 0; }
lib/DebugInfo/PDB/Native/NativeSymbolEnumerator.cpp
   56 SymIndexId NativeSymbolEnumerator::getTypeId() const {
lib/DebugInfo/PDB/Native/NativeTypeArray.cpp
   61 SymIndexId NativeTypeArray::getTypeId() const {
lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp
  340 SymIndexId NativeTypeEnum::getTypeId() const {
lib/DebugInfo/PDB/Native/NativeTypeFunctionSig.cpp
   41   SymIndexId getTypeId() const override { return RealType->getSymIndexId(); }
  160 SymIndexId NativeTypeFunctionSig::getTypeId() const {
lib/DebugInfo/PDB/Native/NativeTypePointer.cpp
  100 SymIndexId NativeTypePointer::getTypeId() const {
lib/DebugInfo/PDB/Native/NativeTypeTypedef.cpp
   25 SymIndexId NativeTypeTypedef::getTypeId() const {
unittests/DebugInfo/PDB/PDBApiTest.cpp
  297   MOCK_SYMBOL_ACCESSOR(getTypeId)

References

lib/DebugInfo/PDB/UDTLayout.cpp
   36   uint32_t TypeId = RawSymbol.getTypeId();
tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
  379     auto ty = symbol_file->ResolveTypeUID(type.getRawSymbol().getTypeId());