Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/
H A D.clang-format27 BeforeCatch: false
/freebsd/contrib/libcbor/
H A D.clang-format33 BeforeCatch: false
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp195 IO.mapOptional("BeforeCatch", Wrapping.BeforeCatch); in mapping()
1410 Expanded.BraceWrapping.BeforeCatch = true; in expandPresetsBraceWrapping()
1424 Expanded.BraceWrapping.BeforeCatch = true; in expandPresetsBraceWrapping()
1438 Expanded.BraceWrapping.BeforeCatch = true; in expandPresetsBraceWrapping()
2016 Style.BraceWrapping.BeforeCatch = true; in getMicrosoftStyle()
H A DUnwrappedLineParser.cpp3093 if (Style.BraceWrapping.BeforeCatch) in parseTryCatch()
3139 if (Style.BraceWrapping.BeforeCatch) in parseTryCatch()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1502 bool BeforeCatch; member