Searched refs:BreakBeforeInlineASMColon (Results 1 – 4 of 4) sorted by relevance
2105 BreakBeforeInlineASMColonStyle BreakBeforeInlineASMColon; member4801 BreakBeforeInlineASMColon == R.BreakBeforeInlineASMColon &&
374 (Style.BreakBeforeInlineASMColon == FormatStyle::BBIAS_Always || in mustBreak()375 (Style.BreakBeforeInlineASMColon == FormatStyle::BBIAS_OnlyMultiline && in mustBreak()
964 Style.BreakBeforeInlineASMColon); in mapping()1469 LLVMStyle.BreakBeforeInlineASMColon = FormatStyle::BBIAS_OnlyMultiline; in getLLVMStyle()
5127 Style.BreakBeforeInlineASMColon == FormatStyle::BBIAS_Always) { in mustBreakBefore()