Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/tools/clang-format/
H A DClangFormat.cpp101 static cl::opt<bool> SortIncludes( variable
273 if (SortIncludes.getNumOccurrences() != 0) in format()
274 FormatStyle->SortIncludes = SortIncludes; in format()
/freebsd-12.1/contrib/wpa/wpa_supplicant/binder/
H A D.clang-format9 SortIncludes: false
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp446 IO.mapOptional("SortIncludes", Style.SortIncludes); in mapping()
717 LLVMStyle.SortIncludes = true; in getLLVMStyle()
864 ChromiumStyle.SortIncludes = true; in getChromiumStyle()
946 NoStyle.SortIncludes = false; in getNoStyle()
1988 if (!Style.SortIncludes) in sortIncludes()
2028 auto SortIncludes = [](const FormatStyle &Style, StringRef Code, in formatReplacements() local
2034 processReplacements(SortIncludes, Code, Replaces, Style); in formatReplacements()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h1500 bool SortIncludes; member