Searched refs:DebugStatement (Results 1 – 5 of 5) sorted by relevance
50 V(DebugStatement) \427 struct DebugStatement : Statement { struct428 DEFINE_AST_NODE_LEAF_BOILERPLATE(DebugStatement)429 DebugStatement(SourcePosition pos, const std::string& reason, in DebugStatement() argument
100 void Visit(DebugStatement* stmt) {} in Visit()
136 const Type* Visit(DebugStatement* stmt);
258 Statement* result = MakeNode<DebugStatement>(kind, kind == "unreachable"); in MakeDebugStatement()
718 const Type* ImplementationVisitor::Visit(DebugStatement* stmt) { in Visit()