Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp101 static cl::opt<bool> SortIncludes( variable
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2925 SortIncludesOptions SortIncludes; member
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp2697 auto SortIncludes = [](const FormatStyle &Style, StringRef Code, in formatReplacements() local