Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DContinuationIndenter.h42 RawStringFormatStyleManager(const FormatStyle &CodeStyle);
H A DContinuationIndenter.cpp187 const FormatStyle &CodeStyle) { in RawStringFormatStyleManager() argument
188 for (const auto &RawStringFormat : CodeStyle.RawStringFormats) { in RawStringFormatStyleManager()
190 CodeStyle.GetLanguageStyle(RawStringFormat.Language); in RawStringFormatStyleManager()
200 LanguageStyle->ColumnLimit = CodeStyle.ColumnLimit; in RawStringFormatStyleManager()