Home
last modified time | relevance | path

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

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