go/ast.CommClause.Pos (method, view implemented interface methods)

2 uses

	go/ast (current package)
		ast.go#L788: func (s *CommClause) Pos() token.Pos     { return s.Case }

	go/parser
		resolver.go#L383: 		r.openScope(n.Pos())