Home
last modified time | relevance | path

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

/llvm-project/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormatPackage.cs
/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp118 SortIncludes("sort-includes", variable
/llvm-project/clang/docs/
H A DClangFormatStyleOptions.rst5585 .. _SortIncludes: global() target in Configurable Format Style Options
/llvm-project/clang/include/clang/Format/
H A DFormat.h4132 SortIncludesOptions SortIncludes; global() member
/llvm-project/clang/lib/Format/
H A DFormat.cpp3499 auto SortIncludes = [](const FormatStyle &Style, StringRef Code, formatReplacements() local