func go/parser.deref

2 uses

	go/parser (current package)
		parser.go#L735: 		} else if !isTypeName(deref(typ)) {
		parser.go#L1439: func deref(x ast.Expr) ast.Expr {