Home
last modified time | relevance | path

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

/freebsd/contrib/libcbor/
H A D.clang-format98 RawStringFormats:
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3753 std::vector<RawStringFormat> RawStringFormats; member
5112 RawStringFormats == R.RawStringFormats &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.h194 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()
2305 auto RawStringStyle = RawStringFormats.getDelimiterStyle(*Delimiter); in getRawStringStyle()
2307 RawStringStyle = RawStringFormats.getEnclosingFunctionStyle( in getRawStringStyle()
H A DFormat.cpp1068 IO.mapOptional("RawStringFormats", Style.RawStringFormats); in mapping()
1663 GoogleStyle.RawStringFormats = { in getGoogleStyle()