Lines Matching refs:FormatStyle

22                             unsigned Length, const FormatStyle &Style) {  in format()
35 const FormatStyle &Style = getMicrosoftStyle(FormatStyle::LK_CSharp)) { in format()
39 static FormatStyle getStyleWithColumns(unsigned ColumnLimit) { in getStyleWithColumns()
40 FormatStyle Style = getMicrosoftStyle(FormatStyle::LK_CSharp); in getStyleWithColumns()
47 const FormatStyle &Style = getMicrosoftStyle(FormatStyle::LK_CSharp)) { in verifyFormat()
76 FormatStyle Style = getGoogleStyle(FormatStyle::LK_CSharp); in TEST_F()
77 Style.BreakBeforeBraces = FormatStyle::BS_Attach; in TEST_F()
174 FormatStyle Style = getGoogleStyle(FormatStyle::LK_CSharp); in TEST_F()
180 FormatStyle Style = getGoogleStyle(FormatStyle::LK_CSharp); in TEST_F()
181 Style.SpaceBeforeParens = FormatStyle::SBPO_Always; in TEST_F()
198 Style.SpaceBeforeParens = FormatStyle::SBPO_Never; in TEST_F()
345 FormatStyle Style = getGoogleStyle(FormatStyle::LK_CSharp); in TEST_F()
353 FormatStyle Style = getGoogleStyle(FormatStyle::LK_CSharp); in TEST_F()
354 Style.SpaceBeforeParens = FormatStyle::SBPO_Always; in TEST_F()
365 Style.SpaceBeforeParens = FormatStyle::SBPO_Never; in TEST_F()
376 Style.SpaceBeforeParens = FormatStyle::SBPO_ControlStatements; in TEST_F()
387 Style.SpaceBeforeParens = FormatStyle::SBPO_NonEmptyParentheses; in TEST_F()
422 FormatStyle Style = getGoogleStyle(FormatStyle::LK_CSharp); in TEST_F()
435 FormatStyle Style = getGoogleStyle(FormatStyle::LK_CSharp); in TEST_F()
455 FormatStyle Style = getMicrosoftStyle(FormatStyle::LK_CSharp); in TEST_F()
456 Style.AlwaysBreakAfterReturnType = FormatStyle::RTBS_None; in TEST_F()
528 FormatStyle Style = getGoogleStyle(FormatStyle::LK_CSharp); in TEST_F()
529 Style.SpaceBeforeParens = FormatStyle::SBPO_Always; in TEST_F()
545 Style.SpaceBeforeParens = FormatStyle::SBPO_Never; in TEST_F()
563 FormatStyle Style = getGoogleStyle(FormatStyle::LK_CSharp); in TEST_F()
572 FormatStyle Style = getGoogleStyle(FormatStyle::LK_CSharp); in TEST_F()
581 FormatStyle Style = getGoogleStyle(FormatStyle::LK_CSharp); in TEST_F()
594 FormatStyle Style = getMicrosoftStyle(FormatStyle::LK_CSharp); in TEST_F()
621 FormatStyle GoogleStyle = getGoogleStyle(FormatStyle::LK_CSharp); in TEST_F()
622 FormatStyle MicrosoftStyle = getMicrosoftStyle(FormatStyle::LK_CSharp); in TEST_F()
764 FormatStyle GoogleStyle = getGoogleStyle(FormatStyle::LK_CSharp); in TEST_F()
765 FormatStyle MicrosoftStyle = getMicrosoftStyle(FormatStyle::LK_CSharp); in TEST_F()
796 FormatStyle GoogleStyle = getGoogleStyle(FormatStyle::LK_CSharp); in TEST_F()
797 FormatStyle MicrosoftStyle = getMicrosoftStyle(FormatStyle::LK_CSharp); in TEST_F()
840 FormatStyle GoogleStyle = getGoogleStyle(FormatStyle::LK_CSharp); in TEST_F()
841 FormatStyle MicrosoftStyle = getMicrosoftStyle(FormatStyle::LK_CSharp); in TEST_F()
886 FormatStyle Style = getGoogleStyle(FormatStyle::LK_CSharp); in TEST_F()
929 FormatStyle Style = getGoogleStyle(FormatStyle::LK_CSharp); in TEST_F()
940 FormatStyle Style = getGoogleStyle(FormatStyle::LK_CSharp); in TEST_F()
956 FormatStyle Style = getGoogleStyle(FormatStyle::LK_CSharp); in TEST_F()
1053 Style.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Never; in TEST_F()
1054 Style.BreakBeforeBraces = FormatStyle::BS_Custom; in TEST_F()
1073 auto MicrosoftStyle = getMicrosoftStyle(FormatStyle::LK_CSharp); in TEST_F()
1083 FormatStyle Style = getGoogleStyle(FormatStyle::LK_CSharp); in TEST_F()
1103 FormatStyle Style = getGoogleStyle(FormatStyle::LK_CSharp); in TEST_F()
1162 FormatStyle Style = getGoogleStyle(FormatStyle::LK_CSharp); in TEST_F()
1202 FormatStyle Style = getGoogleStyle(FormatStyle::LK_CSharp); in TEST_F()
1217 FormatStyle Style = getGoogleStyle(FormatStyle::LK_CSharp); in TEST_F()
1258 getGoogleStyle(FormatStyle::LK_Cpp)); in TEST_F()
1262 FormatStyle Style = getGoogleStyle(FormatStyle::LK_CSharp); in TEST_F()
1263 Style.BreakBeforeBraces = FormatStyle::BS_Custom; in TEST_F()
1341 FormatStyle Style = getGoogleStyle(FormatStyle::LK_CSharp); in TEST_F()
1342 Style.BreakBeforeBraces = FormatStyle::BS_Custom; in TEST_F()
1475 FormatStyle Style = getMicrosoftStyle(FormatStyle::LK_CSharp); in TEST_F()
1476 Style.NamespaceIndentation = FormatStyle::NI_None; in TEST_F()
1494 Style.NamespaceIndentation = FormatStyle::NI_Inner; in TEST_F()
1507 Style.NamespaceIndentation = FormatStyle::NI_All; in TEST_F()
1530 FormatStyle Style = getMicrosoftStyle(FormatStyle::LK_CSharp); in TEST_F()
1541 Style.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Empty; in TEST_F()
1557 FormatStyle Style = getLLVMStyle(FormatStyle::LK_CSharp); in TEST_F()
1558 Style.NamespaceIndentation = FormatStyle::NI_All; in TEST_F()
1559 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_Inline; in TEST_F()