Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRawPtrRefLambdaCapturesChecker.cpp277 for (const LambdaCapture &OtherCapture : L->captures()) { in checkASTDecl() local
278 if (!OtherCapture.capturesVariable()) in checkASTDecl()
280 if (auto *ValueDecl = OtherCapture.getCapturedVar()) { in checkASTDecl()