Home
last modified time | relevance | path

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

/external/clang/lib/ASTMatchers/Dynamic/
DDiagnostics.cpp132 static void formatErrorString(StringRef FormatString, in formatErrorString() function
163 formatErrorString(contextTypeToFormatString(Frame.Type), Frame.Args, OS); in printContextFrameToStream()
171 formatErrorString(errorTypeToFormatString(Message.Type), Message.Args, OS); in printMessageToStream()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp277 static std::string formatErrorString(char const *Fmt, const Ts &... Vals) { in formatErrorString() function
286 return make_error<StringError>(formatErrorString(Fmt, Vals...), in createError()