Searched refs:sortIncludes (Results 1 – 5 of 5) sorted by relevance
/external/clang/unittests/Format/ |
D | SortIncludesTest.cpp | 26 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/ |
D | ClangFormatPackage.cs | 37 private bool sortIncludes = false; field in LLVM.ClangFormat.OptionPageGrid 163 get { return sortIncludes; } 164 set { sortIncludes = value; }
|
/external/clang/include/clang/Format/ |
D | Format.h | 720 tooling::Replacements sortIncludes(const FormatStyle &Style, StringRef Code,
|
/external/clang/tools/clang-format/ |
D | ClangFormat.cpp | 258 Replacements Replaces = sortIncludes(FormatStyle, Code->getBuffer(), Ranges, in format()
|
/external/clang/lib/Format/ |
D | Format.cpp | 1738 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()
|