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

  /src/external/apache2/llvm/dist/clang/include/clang/Format/
Format.h 1616 bool BeforeCatch;
  /src/external/apache2/llvm/dist/clang/lib/Format/
Format.cpp 734 IO.mapOptional("BeforeCatch", Wrapping.BeforeCatch);
845 /*BeforeCatch=*/false,
872 Expanded.BraceWrapping.BeforeCatch = true;
887 Expanded.BraceWrapping.BeforeCatch = true;
902 Expanded.BraceWrapping.BeforeCatch = true;
918 /*BeforeCatch=*/true,
981 /*BeforeCatch=*/false,
1377 Style.BraceWrapping.BeforeCatch = true;
UnwrappedLineParser.cpp 2074 if (Style.BraceWrapping.BeforeCatch) {
2112 if (Style.BraceWrapping.BeforeCatch)

Completed in 18 milliseconds