findAllOuterAccessedVariables

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

void
findAllOuterAccessedVariables
(,
VarDeclarations* vars
)

Parameters

fd FuncDeclaration

function

vars VarDeclarations*

array to append found variables to

Suggestion Box / Bug Report