Lines Matching defs:ZeroColumn
6087 FormatStyle ZeroColumn = getLLVMStyleWithColumns(0);
6090 ZeroColumn);
24048 FormatStyle ZeroColumn = getLLVMStyleWithColumns(0);
24058 ZeroColumn);
24075 ZeroColumn);
24089 ZeroColumn);
24097 ZeroColumn);
24101 ZeroColumn);
24103 ZeroColumn.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Always;
24105 "void (^largeBlock)(void) = ^{ int i; };", ZeroColumn);
24106 ZeroColumn.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Never;
24110 "void (^largeBlock)(void) = ^{ int i; };", ZeroColumn);