Searched refs:sortIncludes (Results 1 – 6 of 6) sorted by relevance
/external/clang/unittests/Format/ |
D | SortIncludesTest.cpp | 30 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()
|
D | SortImportsTestJS.cpp | 29 applyAllReplacements(Code, sortIncludes(Style, Code, Ranges, FileName)); in sort()
|
/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 | 767 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 | 1383 tooling::Replacements sortIncludes(const FormatStyle &Style, StringRef Code, in sortIncludes() function 1424 return sortIncludes(Style, Code, Ranges, FileName); in formatReplacements()
|