Searched refs:EmitBranchOutError (Results 1 – 1 of 1) sorted by relevance
49 void Post(const parser::ReturnStmt &) { EmitBranchOutError("RETURN"); } in Post()55 void Post(const parser::StopStmt &) { EmitBranchOutError("STOP"); } in Post()62 void EmitBranchOutError(const char *stmt) const { in EmitBranchOutError() function