Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/libcbor/
H A D.clang-format33 BeforeCatch: false
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp209 IO.mapOptional("BeforeCatch", Wrapping.BeforeCatch); in mapping()
1309 Expanded.BraceWrapping.BeforeCatch = true; in expandPresetsBraceWrapping()
1323 Expanded.BraceWrapping.BeforeCatch = true; in expandPresetsBraceWrapping()
1337 Expanded.BraceWrapping.BeforeCatch = true; in expandPresetsBraceWrapping()
1893 Style.BraceWrapping.BeforeCatch = true; in getMicrosoftStyle()
H A DUnwrappedLineParser.cpp2965 if (Style.BraceWrapping.BeforeCatch) in parseTryCatch()
3006 if (Style.BraceWrapping.BeforeCatch) in parseTryCatch()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1342 bool BeforeCatch; member