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

  /external/clang/include/clang/Format/
Format.h 78 bool IndentCaseLabels;
213 IndentCaseLabels == R.IndentCaseLabels &&
  /external/clang/lib/Format/
Format.cpp 117 IO.mapOptional("IndentCaseLabels", Style.IndentCaseLabels);
173 LLVMStyle.IndentCaseLabels = false;
209 GoogleStyle.IndentCaseLabels = true;
242 MozillaStyle.IndentCaseLabels = true;
    [all...]
UnwrappedLineParser.cpp 239 Line->Level += Style.IndentCaseLabels;
    [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 30 milliseconds