Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/
DSkSLLexer.h48 TK_STRUCT, enumerator
DSkSLDSLParser.cpp331 if (lookahead.fKind == Token::Kind::TK_STRUCT) { in declaration()
582 if (!this->expect(Token::Kind::TK_STRUCT, "'struct'")) { in structDeclaration()