Lines Matching defs:tok_identifier
34 tok_identifier = -4,
52 static std::string IdentifierStr; // Filled in if tok_identifier
88 return tok_identifier;
395 if (CurTok != tok_identifier)
445 if (CurTok != tok_identifier)
469 if (CurTok != tok_identifier)
496 case tok_identifier:
588 case tok_identifier:
625 while (getNextToken() == tok_identifier)