func go/printer.isTypeName

3 uses

	go/printer (current package)
		nodes.go#L1121: func isTypeName(x ast.Expr) bool {
		nodes.go#L1126: 		return isTypeName(t.X)
		nodes.go#L1142: 				if isTypeName(x.Type) {