Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormatVariadic.h82 const auto Replacements = parseFormatString(Fmt, Adapters.size(), Validate); in format()
102 parseFormatString(StringRef Fmt, size_t NumArgs, bool Validate);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFormatVariadic.cpp142 formatv_object_base::parseFormatString(StringRef Fmt, size_t NumArgs, in parseFormatString() function in formatv_object_base
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatterBytecode.cpp90 llvm::formatv_object_base::parseFormatString(fmt, 0, false); in FormatImpl()