Home | History | Annotate | Download | only in fully_lazy

Lines Matching full:tok_identifier

41   tok_identifier = -4, tok_number = -5,
54 static std::string IdentifierStr; // Filled in if tok_identifier
80 return tok_identifier;
380 if (CurTok != tok_identifier)
431 if (CurTok != tok_identifier)
454 if (CurTok != tok_identifier)
480 case tok_identifier: return ParseIdentifierExpr();
565 case tok_identifier:
602 while (getNextToken() == tok_identifier)