Home
last modified time | relevance | path

Searched refs:ignoreParamVarDecl (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRawPtrRefLambdaCapturesChecker.cpp375 bool ignoreParamVarDecl = false) const { in visitLambdaExpr() argument
381 if (ignoreParamVarDecl && isa<ParmVarDecl>(CapturedVar)) in visitLambdaExpr()
398 if (ignoreParamVarDecl) // this is always a parameter to this function. in visitLambdaExpr()