Home | History | Annotate | Download | only in cached

Lines Matching refs:tok_identifier

51   tok_identifier = -4, tok_number = -5,
64 static std::string IdentifierStr; // Filled in if tok_identifier
90 return tok_identifier;
368 if (CurTok != tok_identifier)
414 if (CurTok != tok_identifier)
436 if (CurTok != tok_identifier)
461 case tok_identifier: return ParseIdentifierExpr();
542 case tok_identifier:
579 while (getNextToken() == tok_identifier)