Finds all declarations of a symbol in the given fileNames and calls a handler on every occurence.
Callback which gets called when a declaration is found
Symbol name to search for
An array of file names which might contain stdin to read from stdin
See Implementation
Finds all declarations of a symbol in the given fileNames and calls a handler on every occurence.