Lines Matching refs:FormatStyle
41 LevelIndentTracker(const FormatStyle &Style, in LevelIndentTracker()
97 if (Style.Language == FormatStyle::LK_Java || in getIndentOffset()
98 Style.Language == FormatStyle::LK_JavaScript) in getIndentOffset()
121 const FormatStyle &Style;
156 LineJoiner(const FormatStyle &Style, const AdditionalKeywords &Keywords, in LineJoiner()
246 Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_All || in tryFitMultipleLinesInOne()
247 (Style.AllowShortFunctionsOnASingleLine >= FormatStyle::SFS_Empty && in tryFitMultipleLinesInOne()
249 (Style.AllowShortFunctionsOnASingleLine & FormatStyle::SFS_InlineOnly && in tryFitMultipleLinesInOne()
351 (Style.AllowShortFunctionsOnASingleLine >= FormatStyle::SFS_Empty && in tryFitMultipleLinesInOne()
483 if (Style.Language != FormatStyle::LK_Java && in tryMergeSimpleBlock()
654 const FormatStyle &Style;
685 const FormatStyle &Style, in LineFormatter()
778 const FormatStyle &Style;
787 const FormatStyle &Style, in NoColumnLimitLineFormatter()
814 WhitespaceManager *Whitespaces, const FormatStyle &Style, in NoLineBreakFormatter()
838 const FormatStyle &Style, in OptimizingLineFormatter()
1079 (Style.Language != FormatStyle::LK_JavaScript || in format()