Home
last modified time | relevance | path

Searched refs:sortIncludes (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormatPackage.cs37 private bool sortIncludes = false; field in LLVM.ClangFormat.OptionPageGrid
174 get { return sortIncludes; }
175 set { sortIncludes = value; }
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp345 Replacements HeaderSortingReplacements = format::sortIncludes( in applyAtomicChanges()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format/
H A DClangFormat.cpp412 Replacements Replaces = sortIncludes(*FormatStyle, Code->getBuffer(), Ranges, in format()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h3505 tooling::Replacements sortIncludes(const FormatStyle &Style, StringRef Code,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp2604 tooling::Replacements sortIncludes(const FormatStyle &Style, StringRef Code, in sortIncludes() function
2651 return sortIncludes(Style, Code, Ranges, FileName); in formatReplacements()