Home | History | Annotate | Download | only in Chapter7

Lines Matching defs:tok_identifier

32   tok_identifier = -4, tok_number = -5,
45 static std::string IdentifierStr; // Filled in if tok_identifier
71 return tok_identifier;
349 if (CurTok != tok_identifier)
395 if (CurTok != tok_identifier)
417 if (CurTok != tok_identifier)
442 case tok_identifier: return ParseIdentifierExpr();
523 case tok_identifier:
560 while (getNextToken() == tok_identifier)