Lines Matching refs:getLLVMStyle
35 const FormatStyle &Style = getLLVMStyle(), in format()
61 return getStyleWithColumns(getLLVMStyle(), ColumnLimit); in getLLVMStyleWithColumns()
70 const FormatStyle &Style = getLLVMStyle()) { in _verifyFormat()
85 const FormatStyle &Style = getLLVMStyle()) { in _verifyFormat()
90 const FormatStyle &Style = getLLVMStyle()) { in _verifyIncompleteFormat()
98 const FormatStyle &Style = getLLVMStyle()) { in _verifyIndependentOfContext()
106 const FormatStyle &Style = getLLVMStyle()) { in verifyNoCrash()
129 EXPECT_EQ(FormatStyle::LK_Cpp, getLLVMStyle().Language); in TEST_F()
134 getLLVMStyle(FormatStyle::LK_Proto).Language); in TEST_F()
265 auto CustomStyle = getLLVMStyle(); in TEST_F()
418 getLLVMStyle())); in TEST_F()
456 FormatStyle LLVMWithNoNamespaceFix = getLLVMStyle(); in TEST_F()
507 FormatStyle Style = getLLVMStyle(); in TEST_F()
672 FormatStyle AllowsMergedIf = getLLVMStyle(); in TEST_F()
767 FormatStyle AllowsMergedIfElse = getLLVMStyle(); in TEST_F()
872 FormatStyle AllowsMergedIf = getLLVMStyle(); in TEST_F()
1485 FormatStyle AllowsMergedLoops = getLLVMStyle(); in TEST_F()
1545 FormatStyle AllowSimpleBracedStatements = getLLVMStyle(); in TEST_F()
1894 FormatStyle Style = getLLVMStyle(); in TEST_F()
2061 FormatStyle Style = getLLVMStyle(); in TEST_F()
2279 FormatStyle NoBinPacking = getLLVMStyle(); in TEST_F()
2296 FormatStyle AlignLeft = getLLVMStyle(); in TEST_F()
2313 FormatStyle Style = getLLVMStyle(); in TEST_F()
2342 FormatStyle ShortBlocks = getLLVMStyle(); in TEST_F()
2359 FormatStyle ShortLoops = getLLVMStyle(); in TEST_F()
2374 FormatStyle ShortBlocksAndLoops = getLLVMStyle(); in TEST_F()
2588 getLLVMStyle())); in TEST_F()
2606 getLLVMStyle())); in TEST_F()
2638 FormatStyle Attributes = getLLVMStyle(); in TEST_F()
2665 FormatStyle Style = getLLVMStyle(); in TEST_F()
2776 FormatStyle Style = getLLVMStyle(); in TEST_F()
2821 FormatStyle Style = getLLVMStyle(); in TEST_F()
3014 FormatStyle Style = getLLVMStyle(); in TEST_F()
3235 FormatStyle Style = getLLVMStyle(); in TEST_F()
3458 FormatStyle StyleWithInheritanceBreakBeforeComma = getLLVMStyle(); in TEST_F()
3476 FormatStyle StyleWithInheritanceBreakAfterColon = getLLVMStyle(); in TEST_F()
3492 FormatStyle StyleWithInheritanceBreakAfterComma = getLLVMStyle(); in TEST_F()
3606 FormatStyle EightIndent = getLLVMStyle(); in TEST_F()
3816 FormatStyle Style = getLLVMStyle(); in TEST_F()
3846 FormatStyle LLVMWithNoNamespaceFix = getLLVMStyle(); in TEST_F()
3969 FormatStyle Style = getLLVMStyle(); in TEST_F()
3985 FormatStyle ShortInlineFunctions = getLLVMStyle(); in TEST_F()
4122 FormatStyle Style = getLLVMStyle(); in TEST_F()
4229 FormatStyle Style = getLLVMStyle(); in TEST_F()
4392 FormatStyle Style = getLLVMStyle(); in TEST_F()
4417 FormatStyle Style = getLLVMStyle(); in TEST_F()
4586 FormatStyle Style = getLLVMStyle(); in TEST_F()
4660 FormatStyle Style = getLLVMStyle(); in TEST_F()
5011 EXPECT_EQ("#define A(c) L#c", format("#define A(c) L#c", getLLVMStyle())); in TEST_F()
5012 EXPECT_EQ("#define A(c) u#c", format("#define A(c) u#c", getLLVMStyle())); in TEST_F()
5013 EXPECT_EQ("#define A(c) U#c", format("#define A(c) U#c", getLLVMStyle())); in TEST_F()
5014 EXPECT_EQ("#define A(c) u8#c", format("#define A(c) u8#c", getLLVMStyle())); in TEST_F()
5015 EXPECT_EQ("#define A(c) LR#c", format("#define A(c) LR#c", getLLVMStyle())); in TEST_F()
5016 EXPECT_EQ("#define A(c) uR#c", format("#define A(c) uR#c", getLLVMStyle())); in TEST_F()
5017 EXPECT_EQ("#define A(c) UR#c", format("#define A(c) UR#c", getLLVMStyle())); in TEST_F()
5018 EXPECT_EQ("#define A(c) u8R#c", format("#define A(c) u8R#c", getLLVMStyle())); in TEST_F()
5041 FormatStyle Style = getLLVMStyle(); in TEST_F()
5283 FormatStyle Style = getLLVMStyle(); in TEST_F()
5318 Style = getLLVMStyle(); in TEST_F()
5766 FormatStyle AlignLeft = getLLVMStyle(); in TEST_F()
5791 FormatStyle DontAlign = getLLVMStyle(); in TEST_F()
5922 FormatStyle SingleLine = getLLVMStyle(); in TEST_F()
6089 FormatStyle Style = getLLVMStyle(); in TEST_F()
6118 FormatStyle Style = getLLVMStyle(); in TEST_F()
6257 FormatStyle OnePerLine = getLLVMStyle(); in TEST_F()
6327 FormatStyle Style = getLLVMStyle(); in TEST_F()
6412 FormatStyle Style = getLLVMStyle(); in TEST_F()
6523 FormatStyle Style = getLLVMStyle(); in TEST_F()
6559 FormatStyle Style = getLLVMStyle(); in TEST_F()
6716 FormatStyle OnePerLine = getLLVMStyle(); in TEST_F()
7020 FormatStyle Style = getLLVMStyle(); in TEST_F()
7295 FormatStyle OnePerLine = getLLVMStyle(); in TEST_F()
7411 FormatStyle Style = getLLVMStyle(); in TEST_F()
8012 FormatStyle Style = getLLVMStyle(); in TEST_F()
8075 FormatStyle Style = getLLVMStyle(); in TEST_F()
8257 FormatStyle NoBinPacking = getLLVMStyle(); in TEST_F()
8792 FormatStyle Style = getLLVMStyle(); in TEST_F()
9110 FormatStyle NoBreak = getLLVMStyle(); in TEST_F()
9112 FormatStyle Break = getLLVMStyle(); in TEST_F()
9424 FormatStyle NoBinPacking = getLLVMStyle(); in TEST_F()
9513 FormatStyle AlwaysBreak = getLLVMStyle(); in TEST_F()
9533 FormatStyle NeverBreak = getLLVMStyle(); in TEST_F()
9615 FormatStyle Style = getLLVMStyle(); in TEST_F()
9723 FormatStyle Style = getLLVMStyle(); in TEST_F()
9815 FormatStyle Style = getLLVMStyle(); in TEST_F()
9874 FormatStyle PASLeftStyle = getLLVMStyle(); in TEST_F()
9989 FormatStyle AlignLeft = getLLVMStyle(); in TEST_F()
10020 FormatStyle AlignMiddle = getLLVMStyle(); in TEST_F()
10052 FormatStyle Spaces = getLLVMStyle(); in TEST_F()
10067 FormatStyle BreakTemplate = getLLVMStyle(); in TEST_F()
10100 FormatStyle AlignLeftBreakTemplate = getLLVMStyle(); in TEST_F()
10153 FormatStyle DerivePointerAlignment = getLLVMStyle(); in TEST_F()
10311 FormatStyle Left = getLLVMStyle(); in TEST_F()
10401 FormatStyle TypeMacros = getLLVMStyle(); in TEST_F()
10409 FormatStyle CustomQualifier = getLLVMStyle(); in TEST_F()
10454 FormatStyle Style = getLLVMStyle(); in TEST_F()
10592 FormatStyle PointerMiddle = getLLVMStyle(); in TEST_F()
10633 FormatStyle AfterType = getLLVMStyle(); in TEST_F()
10642 FormatStyle CustomAttrs = getLLVMStyle(); in TEST_F()
10756 FormatStyle MultiLineFunctions = getLLVMStyle(); in TEST_F()
10789 FormatStyle Style = getLLVMStyle(); in TEST_F()
10820 FormatStyle Style = getLLVMStyle(); in TEST_F()
10833 FormatStyle Style = getLLVMStyle(); in TEST_F()
11132 FormatStyle Indented = getLLVMStyle(); in TEST_F()
11204 getLLVMStyle()); in TEST_F()
11208 FormatStyle Style = getLLVMStyle(); in TEST_F()
11498 FormatStyle NoEmptyLines = getLLVMStyle(); in TEST_F()
11543 FormatStyle Style = getLLVMStyle(); in TEST_F()
11775 Style = getLLVMStyle(); in TEST_F()
11838 Style = getLLVMStyle(); in TEST_F()
11889 FormatStyle Style = getLLVMStyle(); in TEST_F()
12160 FormatStyle Style = getLLVMStyle(); in TEST_F()
12175 FormatStyle NoBinPacking = getLLVMStyle(); in TEST_F()
12386 FormatStyle AvoidBreakingFirstArgument = getLLVMStyle(); in TEST_F()
12420 FormatStyle NoBinPacking = getLLVMStyle(); in TEST_F()
12507 FormatStyle BreakBeforeLambdaBody = getLLVMStyle(); in TEST_F()
12516 FormatStyle ExtraSpaces = getLLVMStyle(); in TEST_F()
12588 FormatStyle SpaceBeforeBrace = getLLVMStyle(); in TEST_F()
12593 FormatStyle SpaceBetweenBraces = getLLVMStyle(); in TEST_F()
12778 FormatStyle DoNotMerge = getLLVMStyle(); in TEST_F()
12868 FormatStyle MergeEmptyOnly = getLLVMStyle(); in TEST_F()
12897 FormatStyle MergeInlineOnly = getLLVMStyle(); in TEST_F()
13001 FormatStyle MergeInlineOnly = getLLVMStyle(); in TEST_F()
13144 FormatStyle Style = getLLVMStyle(); in TEST_F()
13155 FormatStyle Style = getLLVMStyle(); in TEST_F()
13261 FormatStyle Style = getLLVMStyle(); in TEST_F()
13288 FormatStyle Style = getLLVMStyle(); in TEST_F()
13311 FormatStyle Style = getLLVMStyle(); in TEST_F()
13339 FormatStyle Style = getLLVMStyle(); in TEST_F()
13606 getLLVMStyle(), SC_ExpectIncomplete)); in TEST_F()
13649 FormatStyle Style = getLLVMStyle(); in TEST_F()
14103 FormatStyle Style = getLLVMStyle(); in TEST_F()
14110 FormatStyle Style = getLLVMStyle(); in TEST_F()
15131 getLLVMStyle())); in TEST_F()
15138 getLLVMStyle())); in TEST_F()
15147 getLLVMStyle())); in TEST_F()
15154 getLLVMStyle())); in TEST_F()
15158 FormatStyle NoSpace = getLLVMStyle(); in TEST_F()
15197 FormatStyle Space = getLLVMStyle(); in TEST_F()
15253 FormatStyle SomeSpace = getLLVMStyle(); in TEST_F()
15310 FormatStyle SpaceControlStatements = getLLVMStyle(); in TEST_F()
15336 FormatStyle SpaceFuncDecl = getLLVMStyle(); in TEST_F()
15371 FormatStyle SpaceFuncDef = getLLVMStyle(); in TEST_F()
15405 FormatStyle SpaceIfMacros = getLLVMStyle(); in TEST_F()
15414 FormatStyle SpaceForeachMacros = getLLVMStyle(); in TEST_F()
15434 FormatStyle SomeSpace2 = getLLVMStyle(); in TEST_F()
15490 FormatStyle SpaceAfterOverloadedOperator = getLLVMStyle(); in TEST_F()
15508 auto SpaceAfterRequires = getLLVMStyle(); in TEST_F()
15588 FormatStyle Spaces = getLLVMStyle(); in TEST_F()
15599 FormatStyle Spaces = getLLVMStyle(); in TEST_F()
15753 FormatStyle Spaces = getLLVMStyle(); in TEST_F()
15776 FormatStyle NoSpaceStyle = getLLVMStyle(); in TEST_F()
15787 FormatStyle Space = getLLVMStyle(); in TEST_F()
15815 FormatStyle Spaces = getLLVMStyle(); in TEST_F()
15957 FormatStyle ForLoopStyle = getLLVMStyle(); in TEST_F()
15986 FormatStyle CaseStyle = getLLVMStyle(); in TEST_F()
16010 FormatStyle NoSpaceStyle = getLLVMStyle(); in TEST_F()
16042 FormatStyle InvertedSpaceStyle = getLLVMStyle(); in TEST_F()
16080 FormatStyle Style = getLLVMStyle(); in TEST_F()
16132 FormatStyle Spaces = getLLVMStyle(); in TEST_F()
16175 FormatStyle Style = getLLVMStyle(); in TEST_F()
16421 FormatStyle Alignment = getLLVMStyle(); in TEST_F()
16496 FormatStyle Alignment = getLLVMStyle(); in TEST_F()
16560 FormatStyle Alignment = getLLVMStyle(); in TEST_F()
16628 FormatStyle Alignment = getLLVMStyle(); in TEST_F()
16716 FormatStyle Alignment = getLLVMStyle(); in TEST_F()
17032 FormatStyle Alignment = getLLVMStyle(); in TEST_F()
17145 FormatStyle Alignment = getLLVMStyle(); in TEST_F()
17234 FormatStyle AlignmentWithPenalty = getLLVMStyle(); in TEST_F()
17470 FormatStyle Alignment = getLLVMStyle(); in TEST_F()
17527 FormatStyle Alignment = getLLVMStyle(); in TEST_F()
18079 FormatStyle BracedAlign = getLLVMStyle(); in TEST_F()
18299 FormatStyle LinuxBraceStyle = getLLVMStyle(); in TEST_F()
18340 FormatStyle MozillaBraceStyle = getLLVMStyle(); in TEST_F()
18385 FormatStyle StroustrupBraceStyle = getLLVMStyle(); in TEST_F()
18447 FormatStyle AllmanBraceStyle = getLLVMStyle(); in TEST_F()
19129 FormatStyle GNUBraceStyle = getLLVMStyle(); in TEST_F()
19253 FormatStyle WebKitBraceStyle = getLLVMStyle(); in TEST_F()
19297 getLLVMStyle()); in TEST_F()
19301 auto Style = getLLVMStyle(); in TEST_F()
19530 auto Style = getLLVMStyle(); in TEST_F()
19863 FormatStyle Style = getLLVMStyle(); in TEST_F()
19877 FormatStyle Style = getLLVMStyle(); in TEST_F()
19893 FormatStyle Style = getLLVMStyle(); in TEST_F()
19931 Styles[0] = getLLVMStyle(); in TEST_F()
19976 Styles[1] = getLLVMStyle(); in TEST_F()
19982 Styles[1] = getLLVMStyle(); in TEST_F()
19986 Styles[2] = getLLVMStyle(); in TEST_F()
19993 Styles[3] = getLLVMStyle(); in TEST_F()
20000 Styles[4] = getLLVMStyle(); in TEST_F()
20442 FormatStyle BaseStyle = getLLVMStyle(); in TEST_F()
20868 FormatStyle Style = getLLVMStyle(); in TEST_F()
21003 FormatStyle Style = getLLVMStyle(); in TEST_F()
21044 FormatStyle Style = getLLVMStyle(); in TEST_F()
21121 FormatStyle Style = getLLVMStyle(); in TEST_F()
21758 FormatStyle DoNotMerge = getLLVMStyle(); in TEST_F()
21768 FormatStyle MergeEmptyOnly = getLLVMStyle(); in TEST_F()
21782 FormatStyle MergeInline = getLLVMStyle(); in TEST_F()
21797 FormatStyle LLVMWithBeforeLambdaBody = getLLVMStyle(); in TEST_F()
22175 FormatStyle LLVMWithBeforeLambdaBody = getLLVMStyle(); in TEST_F()
22234 FormatStyle ShortBlocks = getLLVMStyle(); in TEST_F()
22328 FormatStyle FourIndent = getLLVMStyle(); in TEST_F()
22409 getLLVMStyle())); in TEST_F()
22416 getLLVMStyle())); in TEST_F()
22423 getLLVMStyle())); in TEST_F()
22453 FormatStyle style = getLLVMStyle(); in TEST_F()
22568 FormatStyle Style = getLLVMStyle(); in TEST_F()
22584 FormatStyle Spaces = getLLVMStyle(); in TEST_F()
22656 FormatStyle Style = getLLVMStyle(); in TEST_F()
22846 FormatStyle Style = getLLVMStyle(); in TEST_F()
22855 FormatStyle Spaces = getLLVMStyle(); in TEST_F()
22865 FormatStyle Spaces = getLLVMStyle(); in TEST_F()
22890 ASSERT_EQ(*Style1, getLLVMStyle()); in TEST()
22910 ASSERT_EQ(*Style2, getLLVMStyle()); in TEST()
22915 ASSERT_EQ(*Style2, getLLVMStyle()); in TEST()
22959 ASSERT_EQ(*StyleTd, getLLVMStyle(FormatStyle::LK_TableGen)); in TEST()
23000 auto Style = getLLVMStyle(); in TEST()
23063 auto Style = getLLVMStyle(); in TEST()
23071 auto Style = getLLVMStyle(); in TEST()
23166 FormatStyle Style = getLLVMStyle(); in TEST_F()
23195 FormatStyle Style = getLLVMStyle(); in TEST_F()
23214 FormatStyle Style = getLLVMStyle(); in TEST_F()
23260 FormatStyle PointerMiddle = getLLVMStyle(); in TEST_F()
23263 verifyFormat("auto [a2, b]{A * i};", getLLVMStyle()); in TEST_F()
23266 verifyFormat("auto const [a2, b]{A * i};", getLLVMStyle()); in TEST_F()
23269 verifyFormat("auto const &[a2, b]{A * i};", getLLVMStyle()); in TEST_F()
23272 verifyFormat("auto const &&[a2, b]{A * i};", getLLVMStyle()); in TEST_F()
23294 FormatStyle Spaces = getLLVMStyle(); in TEST_F()
23483 FormatStyle Macros = getLLVMStyle(); in TEST_F()
23528 FormatStyle Style = getLLVMStyle(); in TEST_F()
23547 FormatStyle AlignStyle = getLLVMStyle(); in TEST_F()
23555 FormatStyle Spaces = getLLVMStyle(); in TEST_F()
23632 FormatStyle Style = getLLVMStyle(); in TEST_F()
23786 FormatStyle Style = getLLVMStyle(); in TEST_F()
23797 FormatStyle Style = getLLVMStyle(); in TEST_F()
23894 FormatStyle Style = getLLVMStyle(); in TEST_F()
24005 FormatStyle StyleWithWhitespacePenalty = getLLVMStyle(); in TEST_F()
24019 FormatStyle Style = getLLVMStyle(); in TEST_F()
24072 EXPECT_EQ(getLLVMStyle().BreakBeforeConceptDeclarations, in TEST_F()
24340 auto Style = getLLVMStyle(); in TEST_F()
24447 auto Style = getLLVMStyle(); in TEST_F()
24688 auto Style = getLLVMStyle(); in TEST_F()
24722 Style = getLLVMStyle(); in TEST_F()
24743 FormatStyle Style = getLLVMStyle(); in TEST_F()
24773 FormatStyle Style = getLLVMStyle(); in TEST_F()
24874 FormatStyle Style = getLLVMStyle(); in TEST_F()
24939 FormatStyle Style = getLLVMStyle(); in TEST_F()
24997 auto Style = getLLVMStyle(); in TEST_F()
25014 auto Style = getLLVMStyle(); in TEST_F()
25026 FormatStyle Style = getLLVMStyle(); in TEST_F()
25229 FormatStyle Style = getLLVMStyle(); in TEST_F()
26056 auto Style = getLLVMStyle(); in TEST_F()
26214 auto Style = getLLVMStyle(); in TEST_F()
26244 auto Style = getLLVMStyle(); in TEST_F()
26284 auto Style = getLLVMStyle(); in TEST_F()
26348 auto Style = getLLVMStyle(); in TEST_F()