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

  /external/clang/include/clang/Format/
Format.h 172 BraceBreakingStyle BreakBeforeBraces;
206 BreakBeforeBraces == R.BreakBeforeBraces &&
  /external/clang/lib/Format/
UnwrappedLineParser.cpp 596 if (Style.BreakBeforeBraces == FormatStyle::BS_Linux ||
597 Style.BreakBeforeBraces == FormatStyle::BS_Stroustrup ||
598 Style.BreakBeforeBraces == FormatStyle::BS_Allman)
763 if (Style.BreakBeforeBraces == FormatStyle::BS_Allman)
766 if (Style.BreakBeforeBraces == FormatStyle::BS_Allman)
779 if (Style.BreakBeforeBraces == FormatStyle::BS_Allman)
802 if (Style.BreakBeforeBraces == FormatStyle::BS_Linux ||
803 Style.BreakBeforeBraces == FormatStyle::BS_Allman)
826 if (Style.BreakBeforeBraces == FormatStyle::BS_Allman)
842 if (Style.BreakBeforeBraces == FormatStyle::BS_Allman
    [all...]
Format.cpp 136 IO.mapOptional("BreakBeforeBraces", Style.BreakBeforeBraces);
166 LLVMStyle.BreakBeforeBraces = FormatStyle::BS_Attach;
202 GoogleStyle.BreakBeforeBraces = FormatStyle::BS_Attach;
254 Style.BreakBeforeBraces = FormatStyle::BS_Stroustrup;
    [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 25 milliseconds