Home | History | Annotate | Download | only in complete

Lines Matching refs:tok_if

79   tok_if = -6, tok_then = -7, tok_else = -8,
107 if (IdentifierStr == "if") return tok_if;
489 case tok_if: return ParseIfExpr();