Searched refs:parse_if_statement (Results 1 – 1 of 1) sorted by relevance
64 static struct token *parse_if_statement(struct token *token, struct statement *stmt);307 .statement = parse_if_statement,2415 static struct token *parse_if_statement(struct token *token, struct statement *stmt) in parse_if_statement() function