HomeSort by relevance Sort by last modified time
    Searched refs:BreakBeforeBraces (Results 1 - 6 of 6) sorted by null

  /external/clang/include/clang/Format/
Format.h 329 BraceBreakingStyle BreakBeforeBraces;
435 BreakBeforeBraces == R.BreakBeforeBraces &&
  /external/clang/lib/Format/
UnwrappedLineParser.cpp 161 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)
    [all...]
UnwrappedLineFormatter.cpp 76 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) &&
Format.cpp 241 IO.mapOptional("BreakBeforeBraces", Style.BreakBeforeBraces);
345 LLVMStyle.BreakBeforeBraces = FormatStyle::BS_Attach;
481 Style.BreakBeforeBraces = FormatStyle::BS_Stroustrup;
498 Style.BreakBeforeBraces = FormatStyle::BS_GNU;
    [all...]
TokenAnnotator.cpp     [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 1710 milliseconds