Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/libcbor/
H A D.clang-format98 RawStringFormats:
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3594 std::vector<RawStringFormat> RawStringFormats; member
4874 RawStringFormats == R.RawStringFormats &&
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.h199 const RawStringFormatStyleManager RawStringFormats; variable
H A DContinuationIndenter.cpp190 for (const auto &Format : Style.RawStringFormats) in getCanonicalRawStringDelimiter()
198 for (const auto &RawStringFormat : CodeStyle.RawStringFormats) { in RawStringFormatStyleManager()
244 CommentPragmasRegex(Style.CommentPragmas), RawStringFormats(Style) {} in ContinuationIndenter()
2256 auto RawStringStyle = RawStringFormats.getDelimiterStyle(*Delimiter); in getRawStringStyle()
2258 RawStringStyle = RawStringFormats.getEnclosingFunctionStyle( in getRawStringStyle()
H A DFormat.cpp1061 IO.mapOptional("RawStringFormats", Style.RawStringFormats); in mapping()
1642 GoogleStyle.RawStringFormats = { in getGoogleStyle()