func go/parser.isTypeName

3 uses

	go/parser (current package)
		parser.go#L735: 		} else if !isTypeName(deref(typ)) {
		parser.go#L1408: func isTypeName(x ast.Expr) bool {
		parser.go#L1510: 			if isLiteralType(x) && (p.exprLev >= 0 || !isTypeName(x)) {