Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFormatVariadic.cpp182 auto getErrorReplacements = [SavedFmtStr](StringLiteral ErrorMsg) { in parseFormatString() local
192 return getErrorReplacements("Unexpected number of arguments"); in parseFormatString()
211 return getErrorReplacements("Replacement indices have holes"); in parseFormatString()
220 return getErrorReplacements("Cannot mix automatic and explicit indices"); in parseFormatString()