Searched refs:TK_COLON (Results 1 – 2 of 2) sorted by relevance
83 TK_COLON, enumerator
287 if (!this->expect(Token::Kind::TK_COLON, "':'")) { in directive()1006 if (!this->expect(Token::Kind::TK_COLON, "':'")) { in switchCase()1056 if (!this->expect(Token::Kind::TK_COLON, "':'")) { in switchStatement()1315 if (this->expect(Token::Kind::TK_COLON, "':'")) { in ternaryExpression()