Home | History | Annotate | Download | only in lazy

Lines Matching full:tok_identifier

35   tok_identifier = -4, tok_number = -5,
48 static std::string IdentifierStr; // Filled in if tok_identifier
74 return tok_identifier;
352 if (CurTok != tok_identifier)
398 if (CurTok != tok_identifier)
420 if (CurTok != tok_identifier)
445 case tok_identifier: return ParseIdentifierExpr();
526 case tok_identifier:
563 while (getNextToken() == tok_identifier)