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

Function findLambdaEndToken

lib/astutils.cpp:3326–3329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3324}
3325
3326const Token* findLambdaEndToken(const Token* first)
3327{
3328 return findLambdaEndTokenGeneric(first);
3329}
3330Token* findLambdaEndToken(Token* first)
3331{
3332 return findLambdaEndTokenGeneric(first);

Callers 15

checkRecursiveMethod · 0.85
va_list_usageMethod · 0.85
functionReturnTypeMethod · 0.85
validateAstMethod · 0.85
findReturnsMethod · 0.85
addArgumentsMethod · 0.85
getEnumTypeFunction · 0.85
parseTokensMethod · 0.85

Calls 1

Tested by 1