Home | History | Annotate | Download | only in lazy

Lines Matching refs:tok_identifier

36   tok_identifier = -4, tok_number = -5,
49 static std::string IdentifierStr; // Filled in if tok_identifier
75 return tok_identifier;
353 if (CurTok != tok_identifier)
399 if (CurTok != tok_identifier)
421 if (CurTok != tok_identifier)
446 case tok_identifier: return ParseIdentifierExpr();
527 case tok_identifier:
564 while (getNextToken() == tok_identifier)