Home
last modified time | relevance | path

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

/external/clang/unittests/Format/
DSortIncludesTest.cpp30 applyAllReplacements(Code, sortIncludes(Style, Code, Ranges, FileName)); in sort()
39 sortIncludes(Style, Code, GetCodeRange(Code), "input.cpp", &Cursor); in newCursor()
64 EXPECT_TRUE(sortIncludes(Style, Code, GetCodeRange(Code), "a.cc").empty()); in TEST_F()
DSortImportsTestJS.cpp29 applyAllReplacements(Code, sortIncludes(Style, Code, Ranges, FileName)); in sort()
/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.h767 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.cpp1383 tooling::Replacements sortIncludes(const FormatStyle &Style, StringRef Code, in sortIncludes() function
1424 return sortIncludes(Style, Code, Ranges, FileName); in formatReplacements()