Home | History | Annotate | Download | only in Format

Lines Matching refs:FormatStyle

49                                 const FormatStyle &Style) {
59 ContinuationIndenter::ContinuationIndenter(const FormatStyle &Style,
118 if (Style.Language == FormatStyle::LK_JavaScript &&
158 ((Style.AllowShortFunctionsOnASingleLine != FormatStyle::SFS_All) ||
433 bool JavaScriptFormat = Style.Language == FormatStyle::LK_JavaScript &&
630 if (Style.Language == FormatStyle::LK_JavaScript) {
832 Style.Language == FormatStyle::LK_Proto ||