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

  /external/clang/lib/Format/
UnwrappedLineParser.cpp 160 if (Style.BreakBeforeBraces == FormatStyle::BS_Allman) {
1070 if (Style.BreakBeforeBraces == FormatStyle::BS_Allman ||
1121 if (Style.BreakBeforeBraces == FormatStyle::BS_Allman ||
    [all...]
Format.cpp 84 IO.enumCase(Value, "Allman", FormatStyle::BS_Allman);
665 if ((Style.BreakBeforeBraces == FormatStyle::BS_Allman ||
    [all...]
TokenAnnotator.cpp     [all...]
  /external/clang/include/clang/Format/
Format.h 275 BS_Allman,
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 631 milliseconds