Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp2079 std::string CanonicalDelimiterSuffix = (")" + NewDelimiter + "\"").str(); in reformatRawStringLiteral() local
2080 if (StringRef(RawText).contains(CanonicalDelimiterSuffix)) in reformatRawStringLiteral()