type go/ast.BranchStmt
16 uses
go/ast (current package)
ast.go#L694: BranchStmt struct {
ast.go#L788: func (s *BranchStmt) Pos() token.Pos { return s.TokPos }
ast.go#L822: func (s *BranchStmt) End() token.Pos {
ast.go#L874: func (*BranchStmt) stmtNode() {}
walk.go#L205: case *BranchStmt:
go/parser
parser.go#L2046: func (p *parser) parseBranchStmt(tok token.Token) *ast.BranchStmt {
parser.go#L2058: return &ast.BranchStmt{TokPos: pos, Tok: tok, Label: label}
resolver.go#L320: case *ast.BranchStmt:
go/printer
nodes.go#L1437: case *ast.BranchStmt:
go/types
labels.go#L96: func (check *Checker) blockBranches(all *Scope, parent *block, lstmt *ast.LabeledStmt, list []ast.Stmt) []*ast.BranchStmt {
labels.go#L101: fwdJumps, badJumps []*ast.BranchStmt
labels.go#L112: jumpsOverVarDecl := func(jmp *ast.BranchStmt) bool {
labels.go#L173: case *ast.BranchStmt:
return.go#L39: case *ast.BranchStmt:
return.go#L123: case *ast.BranchStmt:
stmt.go#L578: case *ast.BranchStmt:
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)