| 596 | } |
| 597 | |
| 598 | Token *TemplateSimplifier::findTemplateDeclarationEnd(Token *tok) |
| 599 | { |
| 600 | return findTemplateDeclarationEndImpl(tok); |
| 601 | } |
| 602 | |
| 603 | const Token *TemplateSimplifier::findTemplateDeclarationEnd(const Token *tok) |
| 604 | { |
nothing calls this directly
no test coverage detected