Searched refs:ThenStmt (Results 1 – 1 of 1) sorted by relevance
1501 StmtResult ThenStmt; in ParseIfStatement() local1514 ThenStmt = ParseStatement(&InnerStatementTrailingElseLoc); in ParseIfStatement()1579 if ((ThenStmt.isInvalid() && ElseStmt.isInvalid()) || in ParseIfStatement()1580 (ThenStmt.isInvalid() && ElseStmt.get() == nullptr) || in ParseIfStatement()1581 (ThenStmt.get() == nullptr && ElseStmt.isInvalid())) { in ParseIfStatement()1593 if (!IsCompoundStatement(ThenStmt.get())) { in ParseIfStatement()1606 if (ThenStmt.isInvalid()) in ParseIfStatement()1607 ThenStmt = Actions.ActOnNullStmt(ThenStmtLoc); in ParseIfStatement()1619 ThenStmt.get(), ElseLoc, ElseStmt.get()); in ParseIfStatement()