Searched defs:EmptyStmt (Results 1 – 2 of 2) sorted by relevance
618 EmptyStmt struct { struct619 Semicolon token.Pos // position of following ";"620 Implicit bool // if set, ";" was omitted in the source767 func (s *EmptyStmt) Pos() token.Pos { return s.Semicolon }789 func (s *EmptyStmt) End() token.Pos {853 func (*EmptyStmt) stmtNode() {}
344 EmptyStmt struct { struct345 simpleStmt