Home
last modified time | relevance | path

Searched refs:BreakBeforeBraces (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/wpa/wpa_supplicant/binder/
H A D.clang-format4 BreakBeforeBraces: Mozilla
/freebsd/contrib/libcbor/
H A D.clang-format40 BreakBeforeBraces: Attach
/freebsd/
H A D.clang-format24 BreakBeforeBraces: WebKit
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2164 BraceBreakingStyle BreakBeforeBraces; member
5036 BreakBeforeBraces == R.BreakBeforeBraces &&
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp966 IO.mapOptional("BreakBeforeBraces", Style.BreakBeforeBraces); in mapping()
1281 if (Expanded.BreakBeforeBraces == FormatStyle::BS_Custom) in expandPresetsBraceWrapping()
1301 switch (Expanded.BreakBeforeBraces) { in expandPresetsBraceWrapping()
1479 LLVMStyle.BreakBeforeBraces = FormatStyle::BS_Attach; in getLLVMStyle()
1843 MozillaStyle.BreakBeforeBraces = FormatStyle::BS_Mozilla; in getMozillaStyle()
1869 Style.BreakBeforeBraces = FormatStyle::BS_WebKit; in getWebKitStyle()
1889 Style.BreakBeforeBraces = FormatStyle::BS_GNU; in getGNUStyle()
1905 Style.BreakBeforeBraces = FormatStyle::BS_Custom; in getMicrosoftStyle()
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 DContinuationIndenter.cpp1243 if (Style.BreakBeforeBraces == FormatStyle::BS_Whitesmiths && in getNewLineColumn()