Home
last modified time | relevance | path

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

/external/clang/unittests/Format/
DSortIncludesTest.cpp26 applyAllReplacements(Code, sortIncludes(Style, Code, Ranges, FileName)); in sort()
33 sortIncludes(Style, Code, Ranges, "input.cpp", &Cursor); in newCursor()
/external/clang/tools/clang-format-vs/ClangFormat/
DClangFormatPackage.cs37 private bool sortIncludes = false; field in LLVM.ClangFormat.OptionPageGrid
163 get { return sortIncludes; }
164 set { sortIncludes = value; }
/external/clang/include/clang/Format/
DFormat.h720 tooling::Replacements sortIncludes(const FormatStyle &Style, StringRef Code,
/external/clang/tools/clang-format/
DClangFormat.cpp258 Replacements Replaces = sortIncludes(FormatStyle, Code->getBuffer(), Ranges, in format()
/external/clang/lib/Format/
DFormat.cpp1738 static void sortIncludes(const FormatStyle &Style, in sortIncludes() function
1792 tooling::Replacements sortIncludes(const FormatStyle &Style, StringRef Code, in sortIncludes() function
1860 sortIncludes(Style, IncludesInBlock, Ranges, FileName, Replaces, in sortIncludes()
1872 sortIncludes(Style, IncludesInBlock, Ranges, FileName, Replaces, Cursor); in sortIncludes()