Searched refs:DebugStatement (Results 1 – 4 of 4) sorted by relevance
64 V(DebugStatement) \725 struct DebugStatement : Statement { struct726 DEFINE_AST_NODE_LEAF_BOILERPLATE(DebugStatement)727 DebugStatement(SourcePosition pos, const std::string& reason, in DebugStatement() argument
578 const Type* Visit(DebugStatement* stmt);
548 Statement* result = MakeNode<DebugStatement>(kind, kind == "unreachable"); in MakeDebugStatement()
1173 const Type* ImplementationVisitor::Visit(DebugStatement* stmt) { in Visit()