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

  /src/external/apache2/llvm/dist/clang/include/clang/Format/
Format.h 1497 bool AfterCaseLabel;
  /src/external/apache2/llvm/dist/clang/lib/Format/
Format.cpp 724 IO.mapOptional("AfterCaseLabel", Wrapping.AfterCaseLabel);
835 Expanded.BraceWrapping = {/*AfterCaseLabel=*/false,
876 Expanded.BraceWrapping.AfterCaseLabel = true;
892 Expanded.BraceWrapping.AfterCaseLabel = true;
908 /*AfterCaseLabel=*/true,
971 LLVMStyle.BraceWrapping = {/*AfterCaseLabel=*/false,
UnwrappedLineParser.cpp 2276 Style.BraceWrapping.AfterCaseLabel,

Completed in 52 milliseconds