Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormatVariadic.h86 for (auto &R : parseFormatString(Fmt)) { in format()
104 static SmallVector<ReplacementItem, 2> parseFormatString(StringRef Fmt);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFormatVariadic.cpp144 formatv_object_base::parseFormatString(StringRef Fmt) { in parseFormatString() function in formatv_object_base