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

  /external/clang/include/clang/Format/
Format.h 321 BS_Allman,
  /external/clang/lib/Format/
UnwrappedLineParser.cpp 161 if (Style.BreakBeforeBraces == FormatStyle::BS_Allman) {
446 case FormatStyle::BS_Allman:
    [all...]
UnwrappedLineFormatter.cpp 141 if ((Style.BreakBeforeBraces == FormatStyle::BS_Allman ||
Format.cpp 97 IO.enumCase(Value, "Allman", FormatStyle::BS_Allman);
    [all...]
TokenAnnotator.cpp     [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 954 milliseconds