Home | History | Annotate | Download | only in Chapter7

Lines Matching full:tok_identifier

36   tok_identifier = -4,
54 static std::string IdentifierStr; // Filled in if tok_identifier
90 return tok_identifier;
392 if (CurTok != tok_identifier)
441 if (CurTok != tok_identifier)
465 if (CurTok != tok_identifier)
492 case tok_identifier:
582 case tok_identifier:
619 while (getNextToken() == tok_identifier)