Home | History | Annotate | Download | only in Format

Lines Matching refs:AllowShortIfStatementsOnASingleLine

183     IO.mapOptional("AllowShortIfStatementsOnASingleLine",
184 Style.AllowShortIfStatementsOnASingleLine);
336 LLVMStyle.AllowShortIfStatementsOnASingleLine = false;
400 GoogleStyle.AllowShortIfStatementsOnASingleLine = true;
422 GoogleStyle.AllowShortIfStatementsOnASingleLine = false;
445 ChromiumStyle.AllowShortIfStatementsOnASingleLine = true;
451 ChromiumStyle.AllowShortIfStatementsOnASingleLine = false;