Home
last modified time | relevance | path

Searched refs:SortIncludes (Results 1 – 12 of 12) sorted by relevance

/external/clang/tools/clang-format/
DClangFormat.cpp101 static cl::opt<bool> SortIncludes( variable
255 if (SortIncludes.getNumOccurrences() != 0) in format()
256 FormatStyle.SortIncludes = SortIncludes; in format()
/external/wpa_supplicant_8/wpa_supplicant/hidl/
D.clang-format9 SortIncludes: false
/external/libcxx/
D.clang-format10 SortIncludes: false
/external/clang/tools/clang-format-vs/ClangFormat/
DClangFormatPackage.cs161 public bool SortIncludes property in LLVM.ClangFormat.OptionPageGrid
349 return page.SortIncludes; in GetSortIncludes()
/external/libvpx/libvpx/
D.clang-format79 SortIncludes: false
/external/clang/unittests/Format/
DSortIncludesTest.cpp87 Style.SortIncludes = false; in TEST_F()
DFormatTest.cpp10179 CHECK_PARSE_BOOL(SortIncludes); in TEST_F()
11584 Style.SortIncludes = true; in TEST_F()
/external/skia/
D.clang-format88 SortIncludes: true
/external/clang/lib/Format/
DFormat.cpp340 IO.mapOptional("SortIncludes", Style.SortIncludes); in mapping()
568 LLVMStyle.SortIncludes = true; in getLLVMStyle()
644 ChromiumStyle.SortIncludes = false; in getChromiumStyle()
707 NoStyle.SortIncludes = false; in getNoStyle()
1387 if (!Style.SortIncludes) in sortIncludes()
1421 auto SortIncludes = [](const FormatStyle &Style, StringRef Code, in formatReplacements() local
1427 processReplacements(SortIncludes, Code, Replaces, Style); in formatReplacements()
/external/parameter-framework/upstream/
D.clang-format93 SortIncludes: 'false'
/external/clang/include/clang/Format/
DFormat.h547 bool SortIncludes; member
/external/clang/docs/
DClangFormatStyleOptions.rst667 **SortIncludes** (``bool``)