Home
last modified time | relevance | path

Searched refs:BBIAS_OnlyMultiline (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2205 BBIAS_OnlyMultiline, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp242 IO.enumCase(Value, "OnlyMultiline", FormatStyle::BBIAS_OnlyMultiline); in enumeration()
1481 LLVMStyle.BreakBeforeInlineASMColon = FormatStyle::BBIAS_OnlyMultiline; in getLLVMStyle()
H A DContinuationIndenter.cpp383 (Style.BreakBeforeInlineASMColon == FormatStyle::BBIAS_OnlyMultiline && in mustBreak()