CodeQL library for C/C++
codeql/cpp-all 0.12.10 (changelog, source)
Search

Member predicate LambdaCapture::getInitializer

Gets the expression which yields the final captured value.

In many cases, this will be an instance of VariableAccess. If a this-pointer is being captured, this will be an instance of ThisExpr. For by-value captures of non-primitive types, this will be a call to a copy constructor.

Expr getInitializer()