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

  /external/clang/include/clang/Format/
Format.h 68 unsigned MaxEmptyLinesToKeep;
392 MaxEmptyLinesToKeep == R.MaxEmptyLinesToKeep &&
  /external/clang/lib/Format/
Format.cpp 198 IO.mapOptional("MaxEmptyLinesToKeep", Style.MaxEmptyLinesToKeep);
336 LLVMStyle.MaxEmptyLinesToKeep = 1;
390 GoogleStyle.MaxEmptyLinesToKeep = 3;
    [all...]
ContinuationIndenter.cpp 420 1u, std::min(Current.NewlinesBefore, Style.MaxEmptyLinesToKeep + 1));
    [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 42 milliseconds