| 255 | } |
| 256 | |
| 257 | const Token * TemplateSimplifier::TokenAndName::aliasEndToken() const |
| 258 | { |
| 259 | if (aliasStartToken()) |
| 260 | return Token::findsimplematch(aliasStartToken(), ";"); |
| 261 | return nullptr; |
| 262 | } |
| 263 | |
| 264 | bool TemplateSimplifier::TokenAndName::isAliasToken(const Token *tok) const |
| 265 | { |
no test coverage detected