Home | History | Annotate | Download | only in Chapter8

Lines Matching full:tok_identifier

40   tok_identifier = -4,
66 case tok_identifier:
105 static std::string IdentifierStr; // Filled in if tok_identifier
160 return tok_identifier;
538 if (CurTok != tok_identifier)
587 if (CurTok != tok_identifier)
611 if (CurTok != tok_identifier)
638 case tok_identifier:
731 case tok_identifier:
768 while (getNextToken() == tok_identifier)