Home
last modified time | relevance | path

Searched refs:BreakBeforeInlineASMColon (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2105 BreakBeforeInlineASMColonStyle BreakBeforeInlineASMColon; member
4801 BreakBeforeInlineASMColon == R.BreakBeforeInlineASMColon &&
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp374 (Style.BreakBeforeInlineASMColon == FormatStyle::BBIAS_Always || in mustBreak()
375 (Style.BreakBeforeInlineASMColon == FormatStyle::BBIAS_OnlyMultiline && in mustBreak()
H A DFormat.cpp964 Style.BreakBeforeInlineASMColon); in mapping()
1469 LLVMStyle.BreakBeforeInlineASMColon = FormatStyle::BBIAS_OnlyMultiline; in getLLVMStyle()
H A DTokenAnnotator.cpp5127 Style.BreakBeforeInlineASMColon == FormatStyle::BBIAS_Always) { in mustBreakBefore()