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

  /external/clang/include/clang/Format/
Format.h 71 bool KeepEmptyLinesAtTheStartOfBlocks;
393 KeepEmptyLinesAtTheStartOfBlocks ==
394 R.KeepEmptyLinesAtTheStartOfBlocks &&
  /external/clang/lib/Format/
Format.cpp 199 IO.mapOptional("KeepEmptyLinesAtTheStartOfBlocks",
200 Style.KeepEmptyLinesAtTheStartOfBlocks);
337 LLVMStyle.KeepEmptyLinesAtTheStartOfBlocks = true;
378 GoogleStyle.KeepEmptyLinesAtTheStartOfBlocks = false;
    [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 97 milliseconds