Home
last modified time | relevance | path

Searched refs:formatv_object (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormatVariadic.h128 template <typename Tuple> class formatv_object : public formatv_object_base {
152 formatv_object(StringRef Fmt, Tuple &&Params) in formatv_object() function
158 formatv_object(formatv_object const &rhs) = delete;
160 formatv_object(formatv_object &&rhs) in formatv_object() function
252 -> formatv_object<decltype(std::make_tuple(
256 return formatv_object<ParamTuple>(