Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/
DSkSLDSLParser.cpp136 token.fKind = Token::Kind::TK_IDENTIFIER; in nextToken()
188 if (!this->expect(Token::Kind::TK_IDENTIFIER, "an identifier", result)) { in expectIdentifier()
291 if (!this->expect(Token::Kind::TK_IDENTIFIER, "an identifier", &behavior)) { in directive()
322 if (lookahead.fKind == Token::Kind::TK_IDENTIFIER && !IsType(this->text(lookahead))) { in declaration()
359 } else if (lookahead.fKind == Token::Kind::TK_IDENTIFIER && this->text(lookahead) == "void") { in functionDeclarationEnd()
633 if (this->checkNext(Token::Kind::TK_IDENTIFIER, &name)) { in structVarDeclaration()
810 case Token::Kind::TK_IDENTIFIER: in statement()
820 if (!this->expect(Token::Kind::TK_IDENTIFIER, "a type", &type)) { in type()
864 if (!this->expect(Token::Kind::TK_IDENTIFIER, "an identifier", &fieldName)) { in interfaceBlock()
889 if (this->checkNext(Token::Kind::TK_IDENTIFIER, &instanceNameToken)) { in interfaceBlock()
[all …]
DSkSLLexer.h55 TK_IDENTIFIER, enumerator