Searched defs:then_statement (Results 1 – 4 of 4) sorted by relevance
1581 ast_node *then_statement, in ast_selection_statement()
1154 ast_node *then_statement; variable
732 Statement* then_statement() const { return then_statement_; } in then_statement() function742 IfStatement(Expression* condition, Statement* then_statement, in IfStatement()2917 IfStatement* NewIfStatement(Expression* condition, Statement* then_statement, in NewIfStatement()
5529 StatementT then_statement = impl()->NullStatement(); in ParseIfStatement() local