Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h1478 std::vector<RawStringFormat> RawStringFormats; member
1791 RawStringFormats == R.RawStringFormats &&
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DContinuationIndenter.h199 const RawStringFormatStyleManager RawStringFormats; variable
H A DContinuationIndenter.cpp177 for (const auto &Format : Style.RawStringFormats) { in getCanonicalRawStringDelimiter()
186 for (const auto &RawStringFormat : CodeStyle.RawStringFormats) { in RawStringFormatStyleManager()
234 CommentPragmasRegex(Style.CommentPragmas), RawStringFormats(Style) {} in ContinuationIndenter()
1702 auto RawStringStyle = RawStringFormats.getDelimiterStyle(*Delimiter); in getRawStringStyle()
1704 RawStringStyle = RawStringFormats.getEnclosingFunctionStyle( in getRawStringStyle()
H A DFormat.cpp444 IO.mapOptional("RawStringFormats", Style.RawStringFormats); in mapping()
753 GoogleStyle.RawStringFormats = { in getGoogleStyle()