Searched refs:TS_CONCAT_L (Results 1 – 1 of 1) sorted by relevance
305 #define TS_CONCAT_L (TC_VARIABLE | TC_ARRTERM | TC_RPAREN \ macro1270 (last_token_class & TS_CONCAT_L), (tc & TS_CONCAT_R), (expected & TS_BINOP), in next_token()1272 if ((last_token_class & TS_CONCAT_L) && (tc & TS_CONCAT_R) && (expected & TS_BINOP) in next_token()