Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DFormatVariadic.h93 : Fmt(Fmt), Replacements(parseFormatString(Fmt)) { in formatv_object_base()
125 static std::vector<ReplacementItem> parseFormatString(StringRef Fmt);
/freebsd-12.1/contrib/llvm/lib/Support/
H A DFormatVariadic.cpp145 formatv_object_base::parseFormatString(StringRef Fmt) { in parseFormatString() function in formatv_object_base