| 273 | /// Getter for type index information in a module. |
| 274 | std::optional<uint32_t> getTypeIndex() const noexcept { return TypeIndex; } |
| 275 | void setTypeIndex(uint32_t Index) noexcept { TypeIndex = Index; } |
| 276 | |
| 277 | private: |
| 278 | /// \name Data of CompositeType. |
no outgoing calls