Searched refs:formatErrorString (Results 1 – 2 of 2) sorted by relevance
132 static void formatErrorString(StringRef FormatString, in formatErrorString() function163 formatErrorString(contextTypeToFormatString(Frame.Type), Frame.Args, OS); in printContextFrameToStream()171 formatErrorString(errorTypeToFormatString(Message.Type), Message.Args, OS); in printMessageToStream()
277 static std::string formatErrorString(char const *Fmt, const Ts &... Vals) { in formatErrorString() function286 return make_error<StringError>(formatErrorString(Fmt, Vals...), in createError()