MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / aliasEndToken

Method aliasEndToken

lib/templatesimplifier.cpp:257–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

printOutMethod · 0.80

Calls 1

findsimplematchFunction · 0.85

Tested by

no test coverage detected