Home | History | Annotate | Download | only in initial

Lines Matching defs:tok_identifier

33   tok_identifier = -4, tok_number = -5,
46 static std::string IdentifierStr; // Filled in if tok_identifier
72 return tok_identifier;
350 if (CurTok != tok_identifier)
396 if (CurTok != tok_identifier)
418 if (CurTok != tok_identifier)
443 case tok_identifier: return ParseIdentifierExpr();
524 case tok_identifier:
561 while (getNextToken() == tok_identifier)