Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
251 inline auto formatv(const char *Fmt, Ts &&... Vals) -> formatv_object<decltype(
255 return formatv_object<ParamTuple>(