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

  /external/clang/include/clang/Format/
Format.h 71 unsigned MaxEmptyLinesToKeep;
449 MaxEmptyLinesToKeep == R.MaxEmptyLinesToKeep &&
  /external/clang/lib/Format/
Format.cpp 216 IO.mapOptional("MaxEmptyLinesToKeep", Style.MaxEmptyLinesToKeep);
362 LLVMStyle.MaxEmptyLinesToKeep = 1;
430 GoogleStyle.MaxEmptyLinesToKeep = 3;
    [all...]
UnwrappedLineFormatter.cpp 494 std::min(RootToken.NewlinesBefore, Style.MaxEmptyLinesToKeep + 1);
ContinuationIndenter.cpp 458 1u, std::min(Current.NewlinesBefore, Style.MaxEmptyLinesToKeep + 1));
    [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 37 milliseconds