Home | History | Annotate | Download | only in Chapter7

Lines Matching defs:tok_identifier

33   tok_identifier = -4, tok_number = -5,
46 static std::string IdentifierStr; // Filled in if tok_identifier
72 return tok_identifier;
351 if (CurTok != tok_identifier)
397 if (CurTok != tok_identifier)
419 if (CurTok != tok_identifier)
444 case tok_identifier: return ParseIdentifierExpr();
525 case tok_identifier:
562 while (getNextToken() == tok_identifier)