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

  /external/clang/lib/Format/
UnwrappedLineParser.cpp 163 } else if (Style.BreakBeforeBraces == FormatStyle::BS_GNU) {
447 case FormatStyle::BS_GNU:
    [all...]
Format.cpp 98 IO.enumCase(Value, "GNU", FormatStyle::BS_GNU);
498 Style.BreakBeforeBraces = FormatStyle::BS_GNU;
    [all...]
UnwrappedLineFormatter.cpp 142 Style.BreakBeforeBraces == FormatStyle::BS_GNU) &&
TokenAnnotator.cpp     [all...]
  /external/clang/include/clang/Format/
Format.h 325 BS_GNU
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 3799 milliseconds