CodeQL library for Swift
codeql/swift-all 6.2.3 (changelog, source)
Search

Member predicate Impl::CaptureListExpr::getVariable

Gets the indexth variable of this capture list expression (0-based).

These are the variables introduced by this capture in the closure’s scope, not the captured ones.

VarDecl getVariable(int index)