Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp777 Style.BreakBeforeBraces == FormatStyle::BS_Whitesmiths) { in parseBlock()
814 if (AddLevels > 0u && Style.BreakBeforeBraces != FormatStyle::BS_Whitesmiths) in parseBlock()
3116 Style.BreakBeforeBraces == FormatStyle::BS_Whitesmiths; in parseNamespace()
3262 if (Style.BreakBeforeBraces == FormatStyle::BS_Whitesmiths) in parseDoWhile()
3290 Style.BreakBeforeBraces == FormatStyle::BS_Whitesmiths) { in parseLabel()
4557 Style.BreakBeforeBraces == FormatStyle::BS_Whitesmiths; in addUnwrappedLine()
H A DFormat.cpp163 IO.enumCase(Value, "Whitesmiths", FormatStyle::BS_Whitesmiths); in enumeration()
1337 case FormatStyle::BS_Whitesmiths: in expandPresetsBraceWrapping()
H A DContinuationIndenter.cpp1243 if (Style.BreakBeforeBraces == FormatStyle::BS_Whitesmiths && in getNewLineColumn()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2047 BS_Whitesmiths, enumerator