Home | History | Annotate | Download | only in complete

Lines Matching refs:tok_identifier

81   tok_identifier = -4, tok_number = -5,
94 static std::string IdentifierStr; // Filled in if tok_identifier
120 return tok_identifier;
398 if (CurTok != tok_identifier)
444 if (CurTok != tok_identifier)
466 if (CurTok != tok_identifier)
491 case tok_identifier: return ParseIdentifierExpr();
572 case tok_identifier:
609 while (getNextToken() == tok_identifier)