Name makeName(Token tok) => Name(tok.value!) ..start = tok.startOffset ..end = tok.endOffset ..line = tok.line;