Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp2167 auto SuffixErr = Whitespaces.addReplacement(tooling::Replacement( in reformatRawStringLiteral() local
2169 if (SuffixErr) { in reformatRawStringLiteral()
2172 << llvm::toString(std::move(SuffixErr)) << "\n"; in reformatRawStringLiteral()