Home | History | Annotate | Download | only in cached

Lines Matching full:tok_identifier

57   tok_identifier = -4, tok_number = -5,
70 static std::string IdentifierStr; // Filled in if tok_identifier
96 return tok_identifier;
374 if (CurTok != tok_identifier)
420 if (CurTok != tok_identifier)
442 if (CurTok != tok_identifier)
467 case tok_identifier: return ParseIdentifierExpr();
548 case tok_identifier:
585 while (getNextToken() == tok_identifier)