Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFormatVariadic.cpp105 size_t NumEscapedBraces = Braces.size() / 2; in splitLiteralAndReplacement() local
106 StringRef Middle = Fmt.take_front(NumEscapedBraces); in splitLiteralAndReplacement()
107 StringRef Right = Fmt.drop_front(NumEscapedBraces * 2); in splitLiteralAndReplacement()