Searched refs:BreakBeforeInlineASMColon (Results 1 – 4 of 4) sorted by relevance
2217 BreakBeforeInlineASMColonStyle BreakBeforeInlineASMColon; member5038 BreakBeforeInlineASMColon == R.BreakBeforeInlineASMColon &&
382 (Style.BreakBeforeInlineASMColon == FormatStyle::BBIAS_Always || in mustBreak()383 (Style.BreakBeforeInlineASMColon == FormatStyle::BBIAS_OnlyMultiline && in mustBreak()
968 Style.BreakBeforeInlineASMColon); in mapping()1481 LLVMStyle.BreakBeforeInlineASMColon = FormatStyle::BBIAS_OnlyMultiline; in getLLVMStyle()
5636 Style.BreakBeforeInlineASMColon == FormatStyle::BBIAS_Always) { in mustBreakBefore()