var undeclaredNamePrefixes …
func undeclaredFixTitle(path []ast.Node, errMsg string) string { … }
func CreateUndeclared(fset *token.FileSet, start, end token.Pos, content []byte, file *ast.File, pkg *types.Package, info *types.Info) (*token.FileSet, *analysis.SuggestedFix, error) { … }
func replaceableAssign(info *types.Info, ident *ast.Ident, parent ast.Node) (token.Pos, bool) { … }
func referencesIdent(info *types.Info, expr ast.Expr, ident *ast.Ident) bool { … }
func newFunctionDeclaration(path []ast.Node, file *ast.File, pkg *types.Package, info *types.Info, fset *token.FileSet) (*token.FileSet, *analysis.SuggestedFix, error) { … }
func typeToArgName(ty types.Type) string { … }
func isCallPosition(path []ast.Node) bool { … }