Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DContinuationIndenter.cpp190 std::optional<FormatStyle> LanguageStyle = in RawStringFormatStyleManager() local
192 if (!LanguageStyle) { in RawStringFormatStyleManager()
199 LanguageStyle = PredefinedStyle; in RawStringFormatStyleManager()
201 LanguageStyle->ColumnLimit = CodeStyle.ColumnLimit; in RawStringFormatStyleManager()
203 DelimiterStyle.insert({Delimiter, *LanguageStyle}); in RawStringFormatStyleManager()
205 EnclosingFunctionStyle.insert({EnclosingFunction, *LanguageStyle}); in RawStringFormatStyleManager()