Searched refs:BreakBeforeInlineASMColon (Results 1 – 4 of 4) sorted by relevance
2269 BreakBeforeInlineASMColonStyle BreakBeforeInlineASMColon; member5373 BreakBeforeInlineASMColon == R.BreakBeforeInlineASMColon &&
407 (Style.BreakBeforeInlineASMColon == FormatStyle::BBIAS_Always || in mustBreak()408 (Style.BreakBeforeInlineASMColon == FormatStyle::BBIAS_OnlyMultiline && in mustBreak()
1040 Style.BreakBeforeInlineASMColon); in mapping()1570 LLVMStyle.BreakBeforeInlineASMColon = FormatStyle::BBIAS_OnlyMultiline; in getLLVMStyle()
5781 Style.BreakBeforeInlineASMColon == FormatStyle::BBIAS_Always) { in mustBreakBefore()