Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Query/Matcher/
H A DDiagnostics.cpp31 static llvm::StringRef errorTypeToFormatString(ErrorType type) { in errorTypeToFormatString() function
113 formatErrorString(errorTypeToFormatString(message.type), message.args, os); in printMessage()
/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()