dscanner.symbol_finder

Members

Aliases

OutputHandler
alias OutputHandler = void delegate(string fileName, size_t line, size_t column)

Delegate that gets called every time a declaration gets found

Functions

findDeclarationOf
void findDeclarationOf(scope OutputHandler output, string symbolName, string[] fileNames)

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

Meta