Lines Matching defs:tok_identifier
36 tok_identifier = -4,
62 case tok_identifier:
118 static std::string IdentifierStr; // Filled in if tok_identifier
156 return tok_identifier;
536 if (CurTok != tok_identifier)
586 if (CurTok != tok_identifier)
610 if (CurTok != tok_identifier)
637 case tok_identifier:
732 case tok_identifier:
769 while (getNextToken() == tok_identifier)