Lines Matching refs:FmtStyle
17 auto Replaces = sortIncludes(FmtStyle, Code, Ranges, "input.java"); in sort()
22 *Sorted, reformat(FmtStyle, *Sorted, Ranges, "input.java")); in sort()
29 FormatStyle FmtStyle; member in clang::format::__anon754d73d60111::SortImportsTestJava
33 FmtStyle = getGoogleStyle(FormatStyle::LK_Java); in SortImportsTestJava()
34 FmtStyle.JavaImportGroups = {"com.test", "org", "com"}; in SortImportsTestJava()
35 FmtStyle.SortIncludes = FormatStyle::SI_CaseInsensitive; in SortImportsTestJava()
254 FmtStyle.SortJavaStaticImport = FormatStyle::SJSIO_Before; in TEST_F()
273 FmtStyle.SortJavaStaticImport = FormatStyle::SJSIO_After; in TEST_F()
296 FmtStyle.SortJavaStaticImport = FormatStyle::SJSIO_After; in TEST_F()
341 sortIncludes(FmtStyle, Code, GetCodeRange(Code), "input.java").empty()); in TEST_F()
348 sortIncludes(FmtStyle, Code, GetCodeRange(Code), "input.java").empty()); in TEST_F()