Searched refs:ThenStmt (Results 1 – 1 of 1) sorted by relevance
1533 StmtResult ThenStmt; in ParseIfStatement() local1546 ThenStmt = ParseStatement(&InnerStatementTrailingElseLoc); in ParseIfStatement()1611 if ((ThenStmt.isInvalid() && ElseStmt.isInvalid()) || in ParseIfStatement()1612 (ThenStmt.isInvalid() && ElseStmt.get() == nullptr) || in ParseIfStatement()1613 (ThenStmt.get() == nullptr && ElseStmt.isInvalid())) { in ParseIfStatement()1625 if (!IsCompoundStatement(ThenStmt.get())) { in ParseIfStatement()1638 if (ThenStmt.isInvalid()) in ParseIfStatement()1639 ThenStmt = Actions.ActOnNullStmt(ThenStmtLoc); in ParseIfStatement()1651 ThenStmt.get(), ElseLoc, ElseStmt.get()); in ParseIfStatement()