type go/ast.StructType

26 uses

	go/ast (current package)
		ast.go#L429: 	StructType struct {
		ast.go#L491: func (x *StructType) Pos() token.Pos     { return x.Struct }
		ast.go#L524: func (x *StructType) End() token.Pos     { return x.Fields.End() }
		ast.go#L556: func (*StructType) exprNode()    {}
		filter.go#L161: 	case *StructType:
		walk.go#L160: 	case *StructType:

	go/doc
		exports.go#L177: 	case *ast.StructType:
		filter.go#L38: 			case *ast.StructType:
		reader.go#L321: 	case *ast.StructType:

	go/parser
		parser.go#L757: func (p *parser) parseStructType() *ast.StructType {
		parser.go#L774: 	return &ast.StructType{
		parser.go#L1430: 	case *ast.StructType:

	go/printer
		nodes.go#L942: 	case *ast.StructType:

	golang.org/x/pkgsite/internal/godoc
		encode_ast.gen.go#L2950: func encode_ast_StructType(e *codec.Encoder, x *ast.StructType) {
		encode_ast.gen.go#L2969: func decode_ast_StructType(d *codec.Decoder, p **ast.StructType) {
		encode_ast.gen.go#L2975: 		*p = ref.(*ast.StructType)
		encode_ast.gen.go#L2978: 	var x ast.StructType
		encode_ast.gen.go#L3000: 	codec.Register(&ast.StructType{},
		encode_ast.gen.go#L3001: 		func(e *codec.Encoder, x interface{}) { encode_ast_StructType(e, x.(*ast.StructType)) },
		encode_ast.gen.go#L3003: 			var x *ast.StructType

	golang.org/x/pkgsite/internal/godoc/dochtml
		symbol.go#L193: 	st, ok := spec.Type.(*ast.StructType)

	golang.org/x/pkgsite/internal/godoc/dochtml/internal/render
		linkify.go#L617: 				case *ast.StructType:
		synopsis.go#L102: 	case *ast.StructType:

	golang.org/x/pkgsite/internal/godoc/internal/doc
		exports.go#L177: 	case *ast.StructType:
		filter.go#L38: 			case *ast.StructType:
		reader.go#L325: 	case *ast.StructType: