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

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

Completed in 169 milliseconds