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

2 uses

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

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