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 130 bool IndentCaseLabels;
446 IndentCaseLabels == R.IndentCaseLabels &&
  /external/clang/lib/Format/
Format.cpp 211 IO.mapOptional("IndentCaseLabels", Style.IndentCaseLabels);
358 LLVMStyle.IndentCaseLabels = false;
406 GoogleStyle.IndentCaseLabels = true;
465 MozillaStyle.IndentCaseLabels = true;
    [all...]
UnwrappedLineParser.cpp 298 (Style.IndentCaseLabels || (Line->InPPDirective && Line->Level == 1)))
    [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 76 milliseconds