Searched defs:LabeledStmt (Results 1 – 4 of 4) sorted by relevance
94 func (check *Checker) blockBranches(all *Scope, parent *block, lstmt *syntax.LabeledStmt, list []sy…
95 func (check *Checker) blockBranches(all *Scope, parent *block, lstmt *ast.LabeledStmt, list []ast.S…
348 LabeledStmt struct { struct349 Label *Name350 Stmt Stmt351 stmt
624 LabeledStmt struct { struct625 Label *Ident626 Colon token.Pos // position of ":"627 Stmt Stmt768 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() {}