Home | History | Annotate | Download | only in Chapter7

Lines Matching refs:tok_if

35   tok_if = -6, tok_then = -7, tok_else = -8,
63 if (IdentifierStr == "if") return tok_if;
445 case tok_if: return ParseIfExpr();