Lines Matching refs:FormatStyle
39 LevelIndentTracker(const FormatStyle &Style, in LevelIndentTracker()
88 if (Style.Language == FormatStyle::LK_Java || in getIndentOffset()
89 Style.Language == FormatStyle::LK_JavaScript) in getIndentOffset()
112 const FormatStyle &Style;
131 LineJoiner(const FormatStyle &Style, const AdditionalKeywords &Keywords, in LineJoiner()
191 Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_All || in tryFitMultipleLinesInOne()
192 (Style.AllowShortFunctionsOnASingleLine >= FormatStyle::SFS_Empty && in tryFitMultipleLinesInOne()
194 (Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_Inline && in tryFitMultipleLinesInOne()
326 if (Style.Language != FormatStyle::LK_Java && in tryMergeSimpleBlock()
446 const FormatStyle &Style;
476 const FormatStyle &Style, in LineFormatter()
567 const FormatStyle &Style;
576 const FormatStyle &Style, in NoColumnLimitLineFormatter()
603 WhitespaceManager *Whitespaces, const FormatStyle &Style, in NoLineBreakFormatter()
625 const FormatStyle &Style, in OptimizingLineFormatter()