Searched refs:ThenStmt (Results 1 – 1 of 1) sorted by relevance
1583 StmtResult ThenStmt; in ParseIfStatement() local1596 ThenStmt = ParseStatement(&InnerStatementTrailingElseLoc); in ParseIfStatement()1661 if ((ThenStmt.isInvalid() && ElseStmt.isInvalid()) || in ParseIfStatement()1662 (ThenStmt.isInvalid() && ElseStmt.get() == nullptr) || in ParseIfStatement()1663 (ThenStmt.get() == nullptr && ElseStmt.isInvalid())) { in ParseIfStatement()1675 if (!IsCompoundStatement(ThenStmt.get())) { in ParseIfStatement()1688 if (ThenStmt.isInvalid()) in ParseIfStatement()1689 ThenStmt = Actions.ActOnNullStmt(ThenStmtLoc); in ParseIfStatement()1701 ThenStmt.get(), ElseLoc, ElseStmt.get()); in ParseIfStatement()