Lines Matching refs:FormatStyle

55                                 const FormatStyle &Style) {  in startsNextParameter()
65 ContinuationIndenter::ContinuationIndenter(const FormatStyle &Style, in ContinuationIndenter()
135 if (Style.AlwaysBreakAfterReturnType == FormatStyle::RTBS_None) in canBreak()
154 Style.Language == FormatStyle::LK_Cpp && in mustBreak()
178 ((Style.AllowShortFunctionsOnASingleLine != FormatStyle::SFS_All) || in mustBreak()
355 if (Style.AlignAfterOpenBracket == FormatStyle::BAS_AlwaysBreak && in addTokenOnCurrentLine()
372 if (Style.AlignAfterOpenBracket != FormatStyle::BAS_DontAlign && in addTokenOnCurrentLine()
382 if (Current.is(TT_LambdaArrow) && Style.Language == FormatStyle::LK_Java) in addTokenOnCurrentLine()
482 (Style.Language != FormatStyle::LK_JavaScript || in addTokenOnNewLine()
559 Style.Language != FormatStyle::LK_Cpp && in addTokenOnNewLine()
611 if (Style.Language == FormatStyle::LK_Java && in getNewLineColumn()
852 (Style.Language != FormatStyle::LK_Java && *I > 0)) && in moveStatePastFakeLParens()
853 (Style.AlignAfterOpenBracket != FormatStyle::BAS_DontAlign || in moveStatePastFakeLParens()
869 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None) || in moveStatePastFakeLParens()
886 Style.AlignAfterOpenBracket != FormatStyle::BAS_DontAlign) in moveStatePastFakeLParens()
949 Style.Language == FormatStyle::LK_Proto || !Style.BinPackArguments || in moveStatePastScopeOpener()
1091 if (Style.Language == FormatStyle::LK_Java || in breakProtrudingToken()
1092 Style.Language == FormatStyle::LK_JavaScript || in breakProtrudingToken()