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

  /external/clang/include/clang/Format/
Format.h 414 bool KeepEmptyLinesAtTheStartOfBlocks;
636 KeepEmptyLinesAtTheStartOfBlocks ==
637 R.KeepEmptyLinesAtTheStartOfBlocks &&
  /external/clang/lib/Format/
Format.cpp 295 IO.mapOptional("KeepEmptyLinesAtTheStartOfBlocks",
296 Style.KeepEmptyLinesAtTheStartOfBlocks);
511 LLVMStyle.KeepEmptyLinesAtTheStartOfBlocks = true;
558 GoogleStyle.KeepEmptyLinesAtTheStartOfBlocks = false;
    [all...]
UnwrappedLineFormatter.cpp     [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 4226 milliseconds