Lines Matching refs:getLLVMStyle

40   format(llvm::StringRef Code, const FormatStyle &Style = getLLVMStyle()) {  in format()
45 FormatStyle Style = getLLVMStyle(); in getLLVMStyleWithColumns()
57 const FormatStyle &Style = getLLVMStyle()) { in verifyFormat()
72 const FormatStyle &Style = getLLVMStyle()) { in verifyNoCrash()
139 EXPECT_EQ("int a;\nint b;", format("int a; \nint b;", 0, 0, getLLVMStyle())); in TEST_F()
143 format("int a; \nint b; ", 0, 0, getLLVMStyle())); in TEST_F()
148 format("int b;\n int a;", 7, 0, getLLVMStyle())); in TEST_F()
150 format("int b;\n int a;", 6, 0, getLLVMStyle())); in TEST_F()
170 format("int b;\n\nint a;", 8, 0, getLLVMStyle())); in TEST_F()
172 format("int b;\n\nint a;", 7, 0, getLLVMStyle())); in TEST_F()
177 format("int b;int a;", 7, 0, getLLVMStyle())); in TEST_F()
182 format("int a;\n \n\n int b;", 8, 0, getLLVMStyle())); in TEST_F()
184 format("int a;\n \n\n int b;", 9, 0, getLLVMStyle())); in TEST_F()
247 getLLVMStyle())); in TEST_F()
312 9, 5, getLLVMStyle())); in TEST_F()
335 FormatStyle AllowsMergedIf = getLLVMStyle(); in TEST_F()
378 FormatStyle AllowsMergedLoops = getLLVMStyle(); in TEST_F()
401 FormatStyle AllowSimpleBracedStatements = getLLVMStyle(); in TEST_F()
549 FormatStyle NoBinPacking = getLLVMStyle(); in TEST_F()
753 FormatStyle Style = getLLVMStyle(); in TEST_F()
1083 0, 0, getLLVMStyle())); in TEST_F()
1090 28, 0, getLLVMStyle())); in TEST_F()
1097 31, 0, getLLVMStyle())); in TEST_F()
1105 0, 0, getLLVMStyle())); in TEST_F()
1116 0, 0, getLLVMStyle())); in TEST_F()
1127 0, 0, getLLVMStyle())); in TEST_F()
1134 0, 0, getLLVMStyle())); in TEST_F()
1169 FormatStyle NoBinPacking = getLLVMStyle(); in TEST_F()
1315 EXPECT_EQ("// whitespace", format("//whitespace", getLLVMStyle())); in TEST_F()
1320 EXPECT_EQ("//--But not here", format("//--But not here", getLLVMStyle())); in TEST_F()
2199 FormatStyle Style = getLLVMStyle(); in TEST_F()
2324 FormatStyle Style = getLLVMStyle(); in TEST_F()
2632 EXPECT_EQ("#define A(c) L#c", format("#define A(c) L#c", getLLVMStyle())); in TEST_F()
3048 FormatStyle SingleLine = getLLVMStyle(); in TEST_F()
3193 20, 1, getLLVMStyle())); in TEST_F()
3202 41, 1, getLLVMStyle())); in TEST_F()
3211 41, 1, getLLVMStyle())); in TEST_F()
3220 20, 1, getLLVMStyle())); in TEST_F()
3232 50, 1, getLLVMStyle())); in TEST_F()
3245 35, 0, getLLVMStyle())); in TEST_F()
3252 0, 0, getLLVMStyle())); in TEST_F()
3367 FormatStyle OnePerLine = getLLVMStyle(); in TEST_F()
3418 FormatStyle Style = getLLVMStyle(); in TEST_F()
3481 FormatStyle Style = getLLVMStyle(); in TEST_F()
3514 FormatStyle Style = getLLVMStyle(); in TEST_F()
3574 FormatStyle OnePerLine = getLLVMStyle(); in TEST_F()
3678 FormatStyle OnePerLine = getLLVMStyle(); in TEST_F()
3791 FormatStyle Style = getLLVMStyle(); in TEST_F()
4269 FormatStyle Style = getLLVMStyle(); in TEST_F()
4404 FormatStyle NoBinPacking = getLLVMStyle(); in TEST_F()
4452 FormatStyle Style = getLLVMStyle(); in TEST_F()
4630 FormatStyle AfterType = getLLVMStyle(); in TEST_F()
4664 FormatStyle NoBreak = getLLVMStyle(); in TEST_F()
4666 FormatStyle Break = getLLVMStyle(); in TEST_F()
4926 FormatStyle NoBinPacking = getLLVMStyle(); in TEST_F()
5015 FormatStyle AlwaysBreak = getLLVMStyle(); in TEST_F()
5141 FormatStyle Style = getLLVMStyle(); in TEST_F()
5255 FormatStyle Spaces = getLLVMStyle(); in TEST_F()
5380 FormatStyle Left = getLLVMStyle(); in TEST_F()
5429 FormatStyle PointerLeft = getLLVMStyle(); in TEST_F()
5481 FormatStyle PointerMiddle = getLLVMStyle(); in TEST_F()
5509 FormatStyle PointersLeft = getLLVMStyle(); in TEST_F()
5711 FormatStyle Indented = getLLVMStyle(); in TEST_F()
5834 FormatStyle Style = getLLVMStyle(); in TEST_F()
5849 FormatStyle NoBinPacking = getLLVMStyle(); in TEST_F()
6020 FormatStyle NoBinPacking = getLLVMStyle(); in TEST_F()
6093 FormatStyle ExtraSpaces = getLLVMStyle(); in TEST_F()
6216 FormatStyle DoNotMerge = getLLVMStyle(); in TEST_F()
6262 FormatStyle NoColumnLimit = getLLVMStyle(); in TEST_F()
6306 FormatStyle MergeInlineOnly = getLLVMStyle(); in TEST_F()
6504 FormatStyle NoBinPacking = getLLVMStyle(); in TEST_F()
7328 13, 2, getLLVMStyle())); in TEST_F()
7341 9, 2, getLLVMStyle())); in TEST_F()
7354 17, 2, getLLVMStyle())); in TEST_F()
7371 22, 2, getLLVMStyle())); in TEST_F()
7378 4, 2, getLLVMStyle())); in TEST_F()
7383 13, 0, getLLVMStyle())); in TEST_F()
7390 35, 0, getLLVMStyle())); in TEST_F()
7405 20, 0, getLLVMStyle())); in TEST_F()
7420 67, 0, getLLVMStyle())); in TEST_F()
7738 FormatStyle Style = getLLVMStyle(); in TEST_F()
8141 getLLVMStyle())); in TEST_F()
8148 getLLVMStyle())); in TEST_F()
8157 getLLVMStyle())); in TEST_F()
8164 getLLVMStyle())); in TEST_F()
8168 FormatStyle NoSpace = getLLVMStyle(); in TEST_F()
8195 FormatStyle Space = getLLVMStyle(); in TEST_F()
8241 FormatStyle Spaces = getLLVMStyle(); in TEST_F()
8338 FormatStyle Spaces = getLLVMStyle(); in TEST_F()
8361 FormatStyle Spaces = getLLVMStyle(); in TEST_F()
8369 FormatStyle LinuxBraceStyle = getLLVMStyle(); in TEST_F()
8408 FormatStyle StroustrupBraceStyle = getLLVMStyle(); in TEST_F()
8470 FormatStyle AllmanBraceStyle = getLLVMStyle(); in TEST_F()
8656 FormatStyle GNUBraceStyle = getLLVMStyle(); in TEST_F()
8784 getLLVMStyle()); in TEST_F()
8807 Styles[0] = getLLVMStyle(); in TEST_F()
8852 Styles[1] = getLLVMStyle(); in TEST_F()
8858 Styles[1] = getLLVMStyle(); in TEST_F()
8862 Styles[2] = getLLVMStyle(); in TEST_F()
8868 Styles[3] = getLLVMStyle(); in TEST_F()
8874 Styles[4] = getLLVMStyle(); in TEST_F()
9030 FormatStyle BaseStyle = getLLVMStyle(); in TEST_F()
9186 FormatStyle Style = getLLVMStyle(); in TEST_F()
9317 FormatStyle Style = getLLVMStyle(); in TEST_F()
9342 FormatStyle Style = getLLVMStyle(); in TEST_F()
9685 FormatStyle ShortBlocks = getLLVMStyle(); in TEST_F()
9777 FormatStyle FourIndent = getLLVMStyle(); in TEST_F()
9792 getLLVMStyle())); in TEST_F()
9799 getLLVMStyle())); in TEST_F()
9806 getLLVMStyle())); in TEST_F()
9857 FormatStyle Spaces = getLLVMStyle(); in TEST_F()