Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format/
H A DClangFormat.cpp101 static cl::opt<bool> SortIncludes( variable
405 if (SortIncludes.getNumOccurrences() != 0) { in format()
406 if (SortIncludes) in format()
407 FormatStyle->SortIncludes = FormatStyle::SI_CaseSensitive; in format()
409 FormatStyle->SortIncludes = FormatStyle::SI_Never; in format()
/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/binder/
H A D.clang-format9 SortIncludes: false
/netbsd-src/external/apache2/llvm/dist/libcxx/
H A D.clang-format11 SortIncludes: false
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h2793 SortIncludesOptions SortIncludes; member
3351 SortIncludes == R.SortIncludes &&
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormatPackage.cs172 public bool SortIncludes property in LLVM.ClangFormat.OptionPageGrid
388 if (options.SortIncludes) in RunClangFormat()
/netbsd-src/external/bsd/pam-u2f/dist/
H A D.clang-format90 SortIncludes: false
/netbsd-src/external/mit/libcbor/dist/
H A D.clang-format127 SortIncludes: true
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dclang-format140 SortIncludes: false
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Dclang-format140 SortIncludes: false
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp672 IO.mapOptional("SortIncludes", Style.SortIncludes); in mapping()
1077 LLVMStyle.SortIncludes = FormatStyle::SI_CaseSensitive; in getLLVMStyle()
1280 ChromiumStyle.SortIncludes = FormatStyle::SI_CaseSensitive; in getChromiumStyle()
1394 NoStyle.SortIncludes = FormatStyle::SI_Never; in getNoStyle()
2278 if (Style.SortIncludes == FormatStyle::SI_CaseInsensitive) { in sortCppIncludes()
2608 if (!Style.SortIncludes || Style.DisableFormat) in sortIncludes()
2648 auto SortIncludes = [](const FormatStyle &Style, StringRef Code, in formatReplacements() local
2654 processReplacements(SortIncludes, Code, Replaces, Style); in formatReplacements()
/netbsd-src/crypto/external/bsd/heimdal/dist/cf/
H A DMakefile.am.common154 $(CLANG_FORMAT) -style='{BasedOnStyle: Chromium, SortIncludes: false}' -i $@.tmp.c; \
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DReleaseNotes.rst196 - Option ``SortIncludes`` has been updated from a ``bool`` to an
H A DClangFormat.rst78 determined by the SortIncludes style flag
H A DClangFormatStyleOptions.rst3115 **SortIncludes** (``SortIncludesOptions``)