func go/parser.isLiteralType

2 uses

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