| 559 | } |
| 560 | |
| 561 | uint Identifier::templateIdentifiersCount() const |
| 562 | { |
| 563 | if (!m_index) |
| 564 | return dd->templateIdentifiersSize(); |
| 565 | else |
| 566 | return cd->templateIdentifiersSize(); |
| 567 | } |
| 568 | |
| 569 | void Identifier::appendTemplateIdentifier(const IndexedTypeIdentifier& identifier) |
| 570 | { |
no outgoing calls