Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2269 BreakBeforeInlineASMColonStyle BreakBeforeInlineASMColon; member
5373 BreakBeforeInlineASMColon == R.BreakBeforeInlineASMColon &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp407 (Style.BreakBeforeInlineASMColon == FormatStyle::BBIAS_Always || in mustBreak()
408 (Style.BreakBeforeInlineASMColon == FormatStyle::BBIAS_OnlyMultiline && in mustBreak()
H A DFormat.cpp1040 Style.BreakBeforeInlineASMColon); in mapping()
1570 LLVMStyle.BreakBeforeInlineASMColon = FormatStyle::BBIAS_OnlyMultiline; in getLLVMStyle()
H A DTokenAnnotator.cpp5781 Style.BreakBeforeInlineASMColon == FormatStyle::BBIAS_Always) { in mustBreakBefore()