Home
last modified time | relevance | path

Searched refs:TK_COLON (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/sksl/
DSkSLLexer.h87 TK_COLON, enumerator
DSkSLParser.cpp375 if (!this->expect(Token::Kind::TK_COLON, "':'")) { in directive()
1271 if (!this->expect(Token::Kind::TK_COLON, "':'")) { in switchCase()
1320 if (!this->expect(Token::Kind::TK_COLON, "':'")) { in switchStatement()
1656 if (!this->expect(Token::Kind::TK_COLON, "':'")) { in ternaryExpression()