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

  /external/clang/lib/Format/
UnwrappedLineParser.cpp 162 } else if (Style.BreakBeforeBraces == FormatStyle::BS_GNU) {
1071 Style.BreakBeforeBraces == FormatStyle::BS_GNU) {
1122 Style.BreakBeforeBraces == FormatStyle::BS_GNU ||
    [all...]
Format.cpp 85 IO.enumCase(Value, "GNU", FormatStyle::BS_GNU);
447 Style.BreakBeforeBraces = FormatStyle::BS_GNU;
666 Style.BreakBeforeBraces == FormatStyle::BS_GNU) &&
    [all...]
TokenAnnotator.cpp     [all...]
  /external/clang/include/clang/Format/
Format.h 279 BS_GNU
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 739 milliseconds