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

  /external/clang/include/clang/Format/
Format.h 206 bool AllowShortCaseLabelsOnASingleLine;
  /external/clang/lib/Format/
Format.cpp 181 IO.mapOptional("AllowShortCaseLabelsOnASingleLine",
182 Style.AllowShortCaseLabelsOnASingleLine);
335 LLVMStyle.AllowShortCaseLabelsOnASingleLine = false;
    [all...]
UnwrappedLineFormatter.cpp 111 return Style.AllowShortCaseLabelsOnASingleLine
  /external/clang/unittests/Format/
FormatTest.cpp 754 Style.AllowShortCaseLabelsOnASingleLine = true;
    [all...]

Completed in 86 milliseconds