Home | History | Annotate | Download | only in cached

Lines Matching defs:tok_identifier

50   tok_identifier = -4, tok_number = -5,
63 static std::string IdentifierStr; // Filled in if tok_identifier
89 return tok_identifier;
367 if (CurTok != tok_identifier)
413 if (CurTok != tok_identifier)
435 if (CurTok != tok_identifier)
460 case tok_identifier: return ParseIdentifierExpr();
541 case tok_identifier:
578 while (getNextToken() == tok_identifier)