Lines Matching defs:FmtStyle
30 auto Replaces = sortIncludes(FmtStyle, Code, Ranges, FileName);
36 *Sorted, reformat(FmtStyle, *Sorted, Ranges, FileName));
47 sortIncludes(FmtStyle, Code, GetCodeRange(Code), "input.cpp", &Cursor);
51 FormatStyle FmtStyle = getLLVMStyle();
52 tooling::IncludeStyle &Style = FmtStyle.IncludeStyle;
88 FmtStyle.IncludeStyle.IncludeBlocks = tooling::IncludeStyle::IBS_Regroup;
89 FmtStyle.IncludeStyle.IncludeCategories = {
145 FmtStyle = getLLVMStyle();
166 EXPECT_TRUE(sortIncludes(FmtStyle, Code, GetCodeRange(Code), "a.cc").empty());
173 FmtStyle = getGoogleStyle(FormatStyle::LK_Cpp);
175 sortIncludes(FmtStyle, Code, GetCodeRange(Code), "a/extra_action.cc")
287 FmtStyle.SortIncludes = FormatStyle::SI_Never;
420 FmtStyle = getGoogleStyle(FormatStyle::LK_Cpp);
631 EXPECT_FALSE(FmtStyle.SortIncludes == FormatStyle::SI_CaseInsensitive);
633 FmtStyle.SortIncludes = FormatStyle::SI_CaseInsensitive;
827 FmtStyle.LineEnding = FormatStyle::LE_CRLF;
851 FmtStyle.LineEnding = FormatStyle::LE_CRLF;
885 FmtStyle.LineEnding = FormatStyle::LE_CRLF;
912 FmtStyle.LineEnding = FormatStyle::LE_CRLF;
1069 auto Replaces = sortIncludes(FmtStyle, Code, Ranges, "input.cpp");
1212 FmtStyle = getGoogleStyle(FormatStyle::LK_ObjC);
1319 FmtStyle.DisableFormat = true;
1475 FmtStyle = getGoogleStyle(FormatStyle::LK_Cpp);