Searched refs:ThenStmt (Results 1 – 1 of 1) sorted by relevance
1147 StmtResult ThenStmt(ParseStatement(&InnerStatementTrailingElseLoc)); in ParseIfStatement() local1192 if ((ThenStmt.isInvalid() && ElseStmt.isInvalid()) || in ParseIfStatement()1193 (ThenStmt.isInvalid() && ElseStmt.get() == nullptr) || in ParseIfStatement()1194 (ThenStmt.get() == nullptr && ElseStmt.isInvalid())) { in ParseIfStatement()1200 if (ThenStmt.isInvalid()) in ParseIfStatement()1201 ThenStmt = Actions.ActOnNullStmt(ThenStmtLoc); in ParseIfStatement()1205 return Actions.ActOnIfStmt(IfLoc, FullCondExp, CondVar, ThenStmt.get(), in ParseIfStatement()