Searched refs:ThenStmt (Results 1 – 1 of 1) sorted by relevance
926 StmtResult ThenStmt(ParseStatement()); in ParseIfStatement() local968 if ((ThenStmt.isInvalid() && ElseStmt.isInvalid()) || in ParseIfStatement()969 (ThenStmt.isInvalid() && ElseStmt.get() == 0) || in ParseIfStatement()970 (ThenStmt.get() == 0 && ElseStmt.isInvalid())) { in ParseIfStatement()976 if (ThenStmt.isInvalid()) in ParseIfStatement()977 ThenStmt = Actions.ActOnNullStmt(ThenStmtLoc); in ParseIfStatement()981 return Actions.ActOnIfStmt(IfLoc, FullCondExp, CondVar, ThenStmt.get(), in ParseIfStatement()