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/lib/Format/
H A DContinuationIndenter.h194 const RawStringFormatStyleManager RawStringFormats; variable
H A DContinuationIndenter.cpp198 for (const auto &Format : Style.RawStringFormats) in getCanonicalRawStringDelimiter()
206 for (const auto &RawStringFormat : CodeStyle.RawStringFormats) { in RawStringFormatStyleManager()
252 CommentPragmasRegex(Style.CommentPragmas), RawStringFormats(Style) {} in ContinuationIndenter()
2423 auto RawStringStyle = RawStringFormats.getDelimiterStyle(*Delimiter); in getRawStringStyle()
2425 RawStringStyle = RawStringFormats.getEnclosingFunctionStyle( in getRawStringStyle()
H A DFormat.cpp1151 IO.mapOptional("RawStringFormats", Style.RawStringFormats); in mapping()
1765 GoogleStyle.RawStringFormats = { in getGoogleStyle()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3962 std::vector<RawStringFormat> RawStringFormats; member
5456 RawStringFormats == R.RawStringFormats &&