findAllOuterAccessedVariables

Find all variables accessed by this delegate that are in functions enclosing it.

void
findAllOuterAccessedVariables

Parameters

fd FuncDeclaration

function

vars VarDeclarations*

array to append found variables to

Meta