Searched refs:IfStatement (Results 1 – 3 of 3) sorted by relevance
230 struct IfStatement : public Statement { struct233 std::shared_ptr<IfStatement> elseif = nullptr; argument235 IfStatement() = default;236 virtual ~IfStatement() = default;
202 auto ifStatement = std::make_shared<IfStatement>(); in Finish()323 auto ifstatement = std::make_shared<IfStatement>(); in MakeAsInterface()345 auto instOfStatement = std::make_shared<IfStatement>(); in MakeAsInterface()
258 void IfStatement::Write(CodeWriter* to) const { in Write()