Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLLexer.h47 TK_STRUCT, enumerator
DSkSLParser.cpp462 if (lookahead.fKind == Token::Kind::TK_STRUCT) { in declaration()
561 if (!this->expect(Token::Kind::TK_STRUCT, "'struct'")) { in structDeclaration()