reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/unittests/Format/SortIncludesTest.cpp
   30     auto Replaces = sortIncludes(FmtStyle, Code, Ranges, FileName);
   36         *Sorted, reformat(FmtStyle, *Sorted, Ranges, FileName));
   48     sortIncludes(FmtStyle, Code, GetCodeRange(Code), "input.cpp", &Cursor);
   53   tooling::IncludeStyle &Style = FmtStyle.IncludeStyle;
   74   FmtStyle.IncludeStyle.IncludeBlocks = tooling::IncludeStyle::IBS_Regroup;
   75   FmtStyle.IncludeStyle.IncludeCategories = {
  131   FmtStyle = getLLVMStyle();
  152   EXPECT_TRUE(sortIncludes(FmtStyle, Code, GetCodeRange(Code), "a.cc").empty());
  234   FmtStyle.SortIncludes = false;
  353   FmtStyle = getGoogleStyle(FormatStyle::LK_Cpp);
  699   auto Replaces = sortIncludes(FmtStyle, Code, Ranges, "input.cpp");
  737   FmtStyle = getGoogleStyle(FormatStyle::LK_ObjC);