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)