Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormatPackage.cs172 public bool SortIncludes property in LLVM.ClangFormat.OptionPageGrid
/llvm-project-15.0.7/clang/tools/clang-format/
H A DClangFormat.cpp117 SortIncludes("sort-includes", variable
/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h3240 SortIncludesOptions SortIncludes; member
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp3088 auto SortIncludes = [](const FormatStyle &Style, StringRef Code, in formatReplacements() local