Searched refs:BreakBeforeBraces (Results 1 – 7 of 7) sorted by relevance
4 BreakBeforeBraces: Mozilla
40 BreakBeforeBraces: Attach
24 BreakBeforeBraces: WebKit
2164 BraceBreakingStyle BreakBeforeBraces; member5036 BreakBeforeBraces == R.BreakBeforeBraces &&
966 IO.mapOptional("BreakBeforeBraces", Style.BreakBeforeBraces); in mapping()1281 if (Expanded.BreakBeforeBraces == FormatStyle::BS_Custom) in expandPresetsBraceWrapping()1301 switch (Expanded.BreakBeforeBraces) { in expandPresetsBraceWrapping()1479 LLVMStyle.BreakBeforeBraces = FormatStyle::BS_Attach; in getLLVMStyle()1843 MozillaStyle.BreakBeforeBraces = FormatStyle::BS_Mozilla; in getMozillaStyle()1869 Style.BreakBeforeBraces = FormatStyle::BS_WebKit; in getWebKitStyle()1889 Style.BreakBeforeBraces = FormatStyle::BS_GNU; in getGNUStyle()1905 Style.BreakBeforeBraces = FormatStyle::BS_Custom; in getMicrosoftStyle()
777 Style.BreakBeforeBraces == FormatStyle::BS_Whitesmiths) { in parseBlock() 814 if (AddLevels > 0u && Style.BreakBeforeBraces != FormatStyle::BS_Whitesmiths) in parseBlock() 3116 Style.BreakBeforeBraces == FormatStyle::BS_Whitesmiths; in parseNamespace() 3262 if (Style.BreakBeforeBraces == FormatStyle::BS_Whitesmiths) in parseDoWhile() 3290 Style.BreakBeforeBraces == FormatStyle::BS_Whitesmiths) { in parseLabel() 4557 Style.BreakBeforeBraces == FormatStyle::BS_Whitesmiths; in addUnwrappedLine()
1243 if (Style.BreakBeforeBraces == FormatStyle::BS_Whitesmiths && in getNewLineColumn()