Searched refs:REF_PATH (Results 1 – 5 of 5) sorted by relevance
233 if (!lexer_.Lex(current_) || (current_ != LITERAL && current_ != REF_PATH)) { in ParseTerm()303 case REF_PATH: in ParseNodeWithRef()340 if (!lexer_.Lex(current_) || (current_ != LITERAL && current_ != REF_PATH)) { in ParseNodeRef()373 if (!lexer_.Lex(current_) || (current_ != LITERAL && current_ != REF_PATH)) { in ParseNodeInherit()
24 REF_PATH, enumerator
31 {REF_PATH, "REF_PATH" }, in TokenType2String()
373 token.type = REF_PATH; in LexFromLiteral()
54 TokenType.REF_PATH = 260;226 token.type = TokenType.REF_PATH;