Home
last modified time | relevance | path

Searched refs:LITERAL (Results 1 - 6 of 6) sorted by relevance

/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dparser.cpp67 preToken.type = LITERAL; in ParseOneContent()
187 case LITERAL: in ParseNode()
191 Logger().Error() << lexer_ << "syntax error, except '}' or TEMPLATE or LITERAL for node '" in ParseNode()
233 if (!lexer_.Lex(current_) || (current_ != LITERAL && current_ != REF_PATH)) { in ParseTerm()
257 if (!lexer_.Lex(current_) || current_ != LITERAL) { in ParseTemplate()
304 case LITERAL: in ParseNodeWithRef()
320 /* started with NodePath on gramme : LITERAL ':' NodePath '{' ConfigTermList '}' */
337 /* started with & on gramme : LITERAL ':' '&' NodePath '{' ConfigTermList '}' */
340 if (!lexer_.Lex(current_) || (current_ != LITERAL && current_ != REF_PATH)) { in ParseNodeRef()
356 /* started with DELETE on gramme : LITERAL '
[all...]
H A Dtoken.h22 LITERAL, enumerator
H A Dtoken.cpp26 {LITERAL, "LITERAL" }, in TokenType2String()
H A Dlexer.cpp375 token.type = LITERAL; in LexFromLiteral()
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A Dparser.js131 preToken.type = TokenType.LITERAL;
169 case TokenType.LITERAL:
174 "syntax error, except '}' or TEMPLATE or LITERAL for node '" +
284 if (!this.lexer_.lex(this.current_) || (this.current_.type !== TokenType.LITERAL && this.current_.type !== TokenType.REF_PATH)) {
308 this.current_.type !== TokenType.LITERAL
326 (this.current_.type !== TokenType.LITERAL &&
371 case TokenType.LITERAL:
390 (this.current_.type !== TokenType.LITERAL &&
H A Dlexer.js52 TokenType.LITERAL = 258;
228 token.type = TokenType.LITERAL;

Completed in 3 milliseconds