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

3 uses

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

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