Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3326
const Token* findLambdaEndToken(const Token* first)
3327
{
3328
return findLambdaEndTokenGeneric(first);
3329
}
3330
Token* findLambdaEndToken(Token* first)
3331
{
3332
return findLambdaEndTokenGeneric(first);
Callers
15
checkRecursive
Method · 0.85
checkFunctionVariableUsage
Method · 0.85
va_list_usage
Method · 0.85
functionReturnType
Method · 0.85
validateAst
Method · 0.85
createSymbolDatabaseFindAllScopes
Method · 0.85
findReturns
Method · 0.85
addArguments
Method · 0.85
getEnumType
Function · 0.85
returnValueOfFunctionReturningBool
Method · 0.85
findExpressionStartEndTokens
Method · 0.85
parseTokens
Method · 0.85
Calls
1
findLambdaEndTokenGeneric
Function · 0.85
Tested by
1
findLambdaEndTokenTest
Method · 0.68