Home
last modified time | relevance | path

Searched defs:EmptyStmt (Results 1 – 2 of 2) sorted by relevance

/prebuilts/go/linux-x86/src/go/ast/
Dast.go618 EmptyStmt struct { struct
619 Semicolon token.Pos // position of following ";"
620 Implicit bool // if set, ";" was omitted in the source
767 func (s *EmptyStmt) Pos() token.Pos { return s.Semicolon }
789 func (s *EmptyStmt) End() token.Pos {
853 func (*EmptyStmt) stmtNode() {}
/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
Dnodes.go344 EmptyStmt struct { struct
345 simpleStmt