Home
last modified time | relevance | path

Searched refs:FmtStyle (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Format/
H A DSortImportsTestJava.cpp17 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()
[all …]
H A DSortIncludesTest.cpp37 *Sorted, reformat(FmtStyle, *Sorted, Ranges, FileName)); in sort()
52 FormatStyle FmtStyle = getLLVMStyle(); member in clang::format::__anonf87ca13d0111::SortIncludesTest
53 tooling::IncludeStyle &Style = FmtStyle.IncludeStyle;
90 FmtStyle.IncludeStyle.IncludeCategories = { in TEST_F()
146 FmtStyle = getLLVMStyle(); in TEST_F()
174 FmtStyle = getGoogleStyle(FormatStyle::LK_Cpp); in TEST_F()
288 FmtStyle.SortIncludes = FormatStyle::SI_Never; in TEST_F()
421 FmtStyle = getGoogleStyle(FormatStyle::LK_Cpp); in TEST_F()
634 FmtStyle.SortIncludes = FormatStyle::SI_CaseInsensitive; in TEST_F()
981 FmtStyle = getGoogleStyle(FormatStyle::LK_ObjC); in TEST_F()
[all …]