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

4 uses

	go/ast (current package)
		ast.go#L236: func (f *FieldList) Pos() token.Pos {
		ast.go#L520: 	return x.Params.Pos() // interface method declarations have no "func" keyword

	go/parser
		parser.go#L1105: 		p.error(tparams.Pos(), "function type must have no type parameters")

	go/types
		decl.go#L661: 	scopePos := list.Pos()