Lines Matching refs:FormatStyle

32                      const FormatStyle &Style = getLLVMStyle(),  in format()
52 FormatStyle getStyleWithColumns(FormatStyle Style, unsigned ColumnLimit) { in getStyleWithColumns()
57 FormatStyle getLLVMStyleWithColumns(unsigned ColumnLimit) { in getLLVMStyleWithColumns()
63 FormatStyle getRawStringPbStyleWithColumns(unsigned ColumnLimit) { in getRawStringPbStyleWithColumns()
64 FormatStyle Style = getLLVMStyle(); in getRawStringPbStyleWithColumns()
68 /*Language=*/FormatStyle::LK_TextProto, in getRawStringPbStyleWithColumns()
78 FormatStyle getRawStringLLVMCppStyleBasedOn(std::string BasedOnStyle) { in getRawStringLLVMCppStyleBasedOn()
79 FormatStyle Style = getLLVMStyle(); in getRawStringLLVMCppStyleBasedOn()
82 /*Language=*/FormatStyle::LK_Cpp, in getRawStringLLVMCppStyleBasedOn()
92 FormatStyle getRawStringGoogleCppStyleBasedOn(std::string BasedOnStyle) { in getRawStringGoogleCppStyleBasedOn()
93 FormatStyle Style = getGoogleStyle(FormatStyle::LK_Cpp); in getRawStringGoogleCppStyleBasedOn()
96 /*Language=*/FormatStyle::LK_Cpp, in getRawStringGoogleCppStyleBasedOn()
139 FormatStyle Style = getGoogleStyle(FormatStyle::LK_Cpp); in TEST_F()
146 FormatStyle::LK_Cpp, in TEST_F()
763 FormatStyle Style = getRawStringPbStyleWithColumns(40); in TEST_F()
785 FormatStyle Style = getRawStringPbStyleWithColumns(35); in TEST_F()
802 FormatStyle Style = getRawStringPbStyleWithColumns(60); in TEST_F()
832 FormatStyle Style = getRawStringPbStyleWithColumns(80); in TEST_F()
867 FormatStyle Style = getRawStringPbStyleWithColumns(60); in TEST_F()
893 FormatStyle Style = getRawStringPbStyleWithColumns(60); in TEST_F()
982 FormatStyle Style = getRawStringPbStyleWithColumns(60); in TEST_F()