Home | History | Annotate | Download | only in ast

Lines Matching refs:HasThenStatement

1015 // HasThenStatement() and HasElseStatement() functions to check if a
1019 bool HasThenStatement() const { return !then_statement()->IsEmpty(); }
1031 return HasThenStatement() && then_statement()->IsJump()