| 551 | } |
| 552 | |
| 553 | IndexedTypeIdentifier Identifier::templateIdentifier(int num) const |
| 554 | { |
| 555 | if (!m_index) |
| 556 | return dd->templateIdentifiers()[num]; |
| 557 | else |
| 558 | return cd->templateIdentifiers()[num]; |
| 559 | } |
| 560 | |
| 561 | uint Identifier::templateIdentifiersCount() const |
| 562 | { |
no outgoing calls
no test coverage detected