Home | History | Annotate | Download | only in initial

Lines Matching refs:tok_identifier

34   tok_identifier = -4, tok_number = -5,
47 static std::string IdentifierStr; // Filled in if tok_identifier
73 return tok_identifier;
351 if (CurTok != tok_identifier)
397 if (CurTok != tok_identifier)
419 if (CurTok != tok_identifier)
444 case tok_identifier: return ParseIdentifierExpr();
525 case tok_identifier:
562 while (getNextToken() == tok_identifier)