static L tok_findCallsToFunction(LS tok, S functionName) { ret jfindAll(tok, functionName + "("); }