Home | History | Annotate | Download | only in Format

Lines Matching refs:BOS_None

86     IO.enumCase(Value, "None", FormatStyle::BOS_None);
87 IO.enumCase(Value, "false", FormatStyle::BOS_None);
343 LLVMStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_None;