Searched defs:SortIncludes (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/tools/clang-format-vs/ClangFormat/ | ||
H A D | ClangFormatPackage.cs |
|
/llvm-project/clang/tools/clang-format/ | ||
H A D | ClangFormat.cpp | 118 SortIncludes("sort-includes", variable |
/llvm-project/clang/docs/ | ||
H A D | ClangFormatStyleOptions.rst | 5585 .. _SortIncludes: global() target in Configurable Format Style Options |
/llvm-project/clang/include/clang/Format/ | ||
H A D | Format.h | 4132 SortIncludesOptions SortIncludes; global() member |
/llvm-project/clang/lib/Format/ | ||
H A D | Format.cpp | 3499 auto SortIncludes = [](const FormatStyle &Style, StringRef Code, formatReplacements() local |