findDeclarationOf

Finds all declarations of a symbol in the given fileNames and calls a handler on every occurence.

void
findDeclarationOf
()

Parameters

output

Callback which gets called when a declaration is found

symbolName
Type: string

Symbol name to search for

fileNames
Type: string[]

An array of file names which might contain stdin to read from stdin

Meta