go/ast.FuncDecl.End (method, view implemented interface methods)

2 uses

	go/ast (current package)
		ast.go#L1020: func (d *FuncDecl) End() token.Pos {

	go/types
		decl.go#L869: 	sig.scope.end = fdecl.End()