Home | History | Annotate | Download | only in lazy_codegen

Lines Matching full:tok_identifier

40   tok_identifier = -4, tok_number = -5,
53 static std::string IdentifierStr; // Filled in if tok_identifier
79 return tok_identifier;
379 if (CurTok != tok_identifier)
430 if (CurTok != tok_identifier)
453 if (CurTok != tok_identifier)
479 case tok_identifier: return ParseIdentifierExpr();
564 case tok_identifier:
601 while (getNextToken() == tok_identifier)