Home | History | Annotate | Download | only in cached

Lines Matching defs:tok_identifier

56   tok_identifier = -4, tok_number = -5,
69 static std::string IdentifierStr; // Filled in if tok_identifier
95 return tok_identifier;
373 if (CurTok != tok_identifier)
419 if (CurTok != tok_identifier)
441 if (CurTok != tok_identifier)
466 case tok_identifier: return ParseIdentifierExpr();
547 case tok_identifier:
584 while (getNextToken() == tok_identifier)