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

/external/clang/include/clang/Format/
H A DFormat.h329 BraceBreakingStyle BreakBeforeBraces; member in struct:clang::format::FormatStyle
435 BreakBeforeBraces == R.BreakBeforeBraces &&
/external/clang/lib/Format/
H A DUnwrappedLineParser.cpp161 if (Style.BreakBeforeBraces == FormatStyle::BS_Allman) {
163 } else if (Style.BreakBeforeBraces == FormatStyle::BS_GNU) {
443 switch (Style.BreakBeforeBraces) {
821 if (Style.BreakBeforeBraces != FormatStyle::BS_Attach)
1161 if (Style.BreakBeforeBraces == FormatStyle::BS_Allman ||
1162 Style.BreakBeforeBraces == FormatStyle::BS_GNU) {
1174 if (Style.BreakBeforeBraces == FormatStyle::BS_Stroustrup)
1218 if (Style.BreakBeforeBraces == FormatStyle::BS_Allman ||
1219 Style.BreakBeforeBraces == FormatStyle::BS_GNU ||
1220 Style.BreakBeforeBraces
[all...]
H A DUnwrappedLineFormatter.cpp76 return Style.BreakBeforeBraces == FormatStyle::BS_Attach
81 Style.BreakBeforeBraces != FormatStyle::BS_Attach) {
141 if ((Style.BreakBeforeBraces == FormatStyle::BS_Allman ||
142 Style.BreakBeforeBraces == FormatStyle::BS_GNU) &&
H A DFormat.cpp241 IO.mapOptional("BreakBeforeBraces", Style.BreakBeforeBraces);
345 LLVMStyle.BreakBeforeBraces = FormatStyle::BS_Attach;
481 Style.BreakBeforeBraces = FormatStyle::BS_Stroustrup;
498 Style.BreakBeforeBraces = FormatStyle::BS_GNU;
H A DTokenAnnotator.cpp1952 return Style.BreakBeforeBraces == FormatStyle::BS_Allman ||
1953 Style.BreakBeforeBraces == FormatStyle::BS_GNU;
/external/clang/unittests/Format/
H A DFormatTest.cpp2325 Style.BreakBeforeBraces = FormatStyle::BS_Attach;
2332 Style.BreakBeforeBraces = FormatStyle::BS_Stroustrup;
2354 Style.BreakBeforeBraces = FormatStyle::BS_Allman;
2364 Style.BreakBeforeBraces = FormatStyle::BS_GNU;
3867 Style.BreakBeforeBraces = FormatStyle::BS_Allman;
4645 AfterType.BreakBeforeBraces = FormatStyle::BS_Stroustrup;
8370 LinuxBraceStyle.BreakBeforeBraces = FormatStyle::BS_Linux;
8409 StroustrupBraceStyle.BreakBeforeBraces = FormatStyle::BS_Stroustrup;
8471 AllmanBraceStyle.BreakBeforeBraces = FormatStyle::BS_Allman;
8657 GNUBraceStyle.BreakBeforeBraces
[all...]

Completed in 298 milliseconds