Home
last modified time | relevance | path

Searched defs:LabeledStmt (Results 1 – 4 of 4) sorted by relevance

/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dlabels.go94 func (check *Checker) blockBranches(all *Scope, parent *block, lstmt *syntax.LabeledStmt, list []sy…
/prebuilts/go/linux-x86/src/go/types/
Dlabels.go95 func (check *Checker) blockBranches(all *Scope, parent *block, lstmt *ast.LabeledStmt, list []ast.S…
/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
Dnodes.go348 LabeledStmt struct { struct
349 Label *Name
350 Stmt Stmt
351 stmt
/prebuilts/go/linux-x86/src/go/ast/
Dast.go624 LabeledStmt struct { struct
625 Label *Ident
626 Colon token.Pos // position of ":"
627 Stmt Stmt
768 func (s *LabeledStmt) Pos() token.Pos { return s.Label.Pos() }
795 func (s *LabeledStmt) End() token.Pos { return s.Stmt.End() }
854 func (*LabeledStmt) stmtNode() {}