Home
last modified time | relevance | path

Searched refs:CodeStyle (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.h38 RawStringFormatStyleManager(const FormatStyle &CodeStyle);
H A DContinuationIndenter.cpp197 const FormatStyle &CodeStyle) { in RawStringFormatStyleManager() argument
198 for (const auto &RawStringFormat : CodeStyle.RawStringFormats) { in RawStringFormatStyleManager()
200 CodeStyle.GetLanguageStyle(RawStringFormat.Language); in RawStringFormatStyleManager()
210 LanguageStyle->ColumnLimit = CodeStyle.ColumnLimit; in RawStringFormatStyleManager()