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

2 uses

	go/ast (current package)
		ast.go#L505: func (x *StructType) Pos() token.Pos     { return x.Struct }

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