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

Member predicate Generated::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)