HomeSort by: relevance | last modified time | path
    Searched refs:AllowShortBlocksOnASingleLine (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Format/
Format.h 556 ShortBlockStyle AllowShortBlocksOnASingleLine;
3265 AllowShortBlocksOnASingleLine == R.AllowShortBlocksOnASingleLine &&
  /src/external/apache2/llvm/dist/clang/lib/Format/
UnwrappedLineFormatter.cpp 315 return Style.AllowShortBlocksOnASingleLine != FormatStyle::SBS_Never
477 Style.AllowShortBlocksOnASingleLine == FormatStyle::SBS_Never)
582 if (Style.AllowShortBlocksOnASingleLine == FormatStyle::SBS_Never)
692 if (Style.AllowShortBlocksOnASingleLine != FormatStyle::SBS_Never ||
Format.cpp 527 IO.mapOptional("AllowShortBlocksOnASingleLine",
528 Style.AllowShortBlocksOnASingleLine);
955 LLVMStyle.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Never;
1329 Style.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Empty;
TokenAnnotator.cpp 3672 Style.AllowShortBlocksOnASingleLine == FormatStyle::SBS_Never)

Completed in 51 milliseconds