Searched defs:AllowsMergedIf (Results 1 - 1 of 1) sorted by last modified time

/external/clang/unittests/Format/
H A DFormatTest.cpp293 FormatStyle AllowsMergedIf = getLLVMStyle(); local
294 AllowsMergedIf.AllowShortIfStatementsOnASingleLine = true;
298 AllowsMergedIf);
301 AllowsMergedIf);
304 AllowsMergedIf);
308 AllowsMergedIf);
311 AllowsMergedIf);
315 AllowsMergedIf);
319 AllowsMergedIf);
321 EXPECT_EQ("if (a) return;", format("if(a)\nreturn;", 7, 1, AllowsMergedIf));
5747 FormatStyle AllowsMergedIf = getGoogleStyle(); local
[all...]

Completed in 96 milliseconds