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.h2217 BreakBeforeInlineASMColonStyle BreakBeforeInlineASMColon; member
5038 BreakBeforeInlineASMColon == R.BreakBeforeInlineASMColon &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp382 (Style.BreakBeforeInlineASMColon == FormatStyle::BBIAS_Always || in mustBreak()
383 (Style.BreakBeforeInlineASMColon == FormatStyle::BBIAS_OnlyMultiline && in mustBreak()
H A DFormat.cpp968 Style.BreakBeforeInlineASMColon); in mapping()
1481 LLVMStyle.BreakBeforeInlineASMColon = FormatStyle::BBIAS_OnlyMultiline; in getLLVMStyle()
H A DTokenAnnotator.cpp5636 Style.BreakBeforeInlineASMColon == FormatStyle::BBIAS_Always) { in mustBreakBefore()