svoid tok_dropFunctionArguments(LS tok) { LS tok2 = first(findFullFunctionDefs(tok, true)); IntRange r = tok_findArgs(tok2); clearTokens(tok2, r); }