Home
last modified time | relevance | path

Searched refs:BeforeCatch (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/bsd/pam-u2f/dist/
H A D.clang-format31 BeforeCatch: false
/netbsd-src/external/mit/libcbor/dist/
H A D.clang-format33 BeforeCatch: false
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dclang-format42 BeforeCatch: true
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Dclang-format42 BeforeCatch: true
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp734 IO.mapOptional("BeforeCatch", Wrapping.BeforeCatch); in mapping()
872 Expanded.BraceWrapping.BeforeCatch = true; in expandPresets()
887 Expanded.BraceWrapping.BeforeCatch = true; in expandPresets()
902 Expanded.BraceWrapping.BeforeCatch = true; in expandPresets()
1377 Style.BraceWrapping.BeforeCatch = true; in getMicrosoftStyle()
H A DUnwrappedLineParser.cpp2074 if (Style.BraceWrapping.BeforeCatch) { in parseTryCatch()
2112 if (Style.BraceWrapping.BeforeCatch) in parseTryCatch()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h1616 bool BeforeCatch; member
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst1292 * ``bool BeforeCatch`` Wrap before ``catch``.