Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormatPackage.cs172 public bool SortIncludes property in LLVM.ClangFormat.OptionPageGrid
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format/
H A DClangFormat.cpp101 static cl::opt<bool> SortIncludes( variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h2793 SortIncludesOptions SortIncludes; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp2648 auto SortIncludes = [](const FormatStyle &Style, StringRef Code, in formatReplacements() local