Home | History | Annotate | Download | only in Format

Lines Matching refs:BOS_None

106     IO.enumCase(Value, "None", FormatStyle::BOS_None);
107 IO.enumCase(Value, "false", FormatStyle::BOS_None);
509 LLVMStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_None;