Home
last modified time | relevance | path

Searched defs:sortIncludes (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormatPackage.cs37 private bool sortIncludes = false; field in LLVM.ClangFormat.OptionPageGrid
/aosp_15_r20/external/clang/lib/Format/
H A DFormat.cpp1383 tooling::Replacements sortIncludes(const FormatStyle &Style, StringRef Code, in sortIncludes() function