Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormatPackage.cs172 public bool SortIncludes property in LLVM.ClangFormat.OptionPageGrid
/openbsd/gnu/llvm/clang/tools/clang-format/
H A DClangFormat.cpp117 SortIncludes("sort-includes", variable
/openbsd/gnu/llvm/clang/docs/
H A DClangFormatStyleOptions.rst4462 .. _SortIncludes: target in Configurable Format Style Options
/openbsd/gnu/llvm/clang/include/clang/Format/
H A DFormat.h3521 SortIncludesOptions SortIncludes; member
/openbsd/gnu/llvm/clang/lib/Format/
H A DFormat.cpp3281 auto SortIncludes = [](const FormatStyle &Style, StringRef Code, in formatReplacements() local