Lines Matching refs:FormatStyle
26 FormatStyle getGoogleStyle() { return getGoogleStyle(FormatStyle::LK_Cpp); } in getGoogleStyle()
33 const FormatStyle &Style = getLLVMStyle(), in format()
53 FormatStyle getLLVMStyleWithColumns(unsigned ColumnLimit) { in getLLVMStyleWithColumns()
54 FormatStyle Style = getLLVMStyle(); in getLLVMStyleWithColumns()
59 FormatStyle getTextProtoStyleWithColumns(unsigned ColumnLimit) { in getTextProtoStyleWithColumns()
60 FormatStyle Style = getGoogleStyle(FormatStyle::FormatStyle::LK_TextProto); in getTextProtoStyleWithColumns()
66 const FormatStyle &Style = getLLVMStyle()) { in verifyFormat()
77 const FormatStyle &Style = getLLVMStyle()) { in verifyNoCrash()
463 FormatStyle NoBinPacking = getLLVMStyle(); in TEST_F()
552 FormatStyle Style = getLLVMStyleWithColumns(20); in TEST_F()
781 FormatStyle Pragmas = getLLVMStyleWithColumns(30); in TEST_F()
2451 FormatStyle NoBinPacking = getLLVMStyle(); in TEST_F()
3193 FormatStyle Style = getGoogleStyle(FormatStyle::LK_Java); in TEST_F()
3195 FormatStyle Style20 = getGoogleStyle(FormatStyle::LK_Java); in TEST_F()
3272 FormatStyle JSStyle20 = getGoogleStyle(FormatStyle::LK_JavaScript); in TEST_F()
3293 FormatStyle Style = getLLVMStyle(); in TEST_F()