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 129 bool AllowShortCaseLabelsOnASingleLine;
644 AllowShortCaseLabelsOnASingleLine ==
645 R.AllowShortCaseLabelsOnASingleLine &&
    [all...]
  /external/clang/lib/Format/
Format.cpp 256 IO.mapOptional("AllowShortCaseLabelsOnASingleLine",
257 Style.AllowShortCaseLabelsOnASingleLine);
500 LLVMStyle.AllowShortCaseLabelsOnASingleLine = false;
    [all...]
UnwrappedLineFormatter.cpp 237 return Style.AllowShortCaseLabelsOnASingleLine
    [all...]
  /external/clang/unittests/Format/
FormatTest.cpp 765 Style.AllowShortCaseLabelsOnASingleLine = true;
    [all...]

Completed in 2754 milliseconds