Searched refs:BreakBeforeBraces (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1201 /// BreakBeforeBraces: Custom
1432 /// If ``BreakBeforeBraces`` is set to ``BS_Custom``, use this to specify how
1436 /// BreakBeforeBraces: Custom
2052 BraceBreakingStyle BreakBeforeBraces; member in namespace:clang::format
4799 BreakBeforeBraces == R.BreakBeforeBraces &&
/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp962 IO.mapOptional("BreakBeforeBraces", Style.BreakBeforeBraces);
1271 if (Expanded.BreakBeforeBraces == FormatStyle::BS_Custom)
1291 switch (Expanded.BreakBeforeBraces) {
1467 LLVMStyle.BreakBeforeBraces = FormatStyle::BS_Attach;
1823 MozillaStyle.BreakBeforeBraces = FormatStyle::BS_Mozilla;
1848 Style.BreakBeforeBraces = FormatStyle::BS_WebKit;
1868 Style.BreakBeforeBraces = FormatStyle::BS_GNU;
1884 Style.BreakBeforeBraces = FormatStyle::BS_Custom;
H A DUnwrappedLineParser.cpp769 Style.BreakBeforeBraces == FormatStyle::BS_Whitesmiths) {
806 if (AddLevels > 0u && Style.BreakBeforeBraces != FormatStyle::BS_Whitesmiths)
3053 Style.BreakBeforeBraces == FormatStyle::BS_Whitesmiths;
3199 if (Style.BreakBeforeBraces == FormatStyle::BS_Whitesmiths)
3226 Style.BreakBeforeBraces == FormatStyle::BS_Whitesmiths) {
4441 Style.BreakBeforeBraces == FormatStyle::BS_Whitesmiths;
H A DContinuationIndenter.cpp1233 if (Style.BreakBeforeBraces == FormatStyle::BS_Whitesmiths &&

Completed in 199 milliseconds