Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp86 static StringRef errorTypeToFormatString(Diagnostics::ErrorType Type) { in errorTypeToFormatString() function
180 formatErrorString(errorTypeToFormatString(Message.Type), Message.Args, OS); in printMessageToStream()