From datasheet Local Interconnect Network (LIN) is the synchronous communication protocol, but we are not sending any data along with the clock, both master and slave are having their own internal clock. Then how it will be treated as synchronous communication.
In SPI, data and clock are sent to slave using separate pin.
In UART, only TX and RX is used. (baud rate is set in both sides no common clock).