Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libcbor/
H A D.clang-format33 BeforeCatch: false
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp773 IO.mapOptional("BeforeCatch", Wrapping.BeforeCatch); in mapping()
911 Expanded.BraceWrapping.BeforeCatch = true; in expandPresets()
926 Expanded.BraceWrapping.BeforeCatch = true; in expandPresets()
941 Expanded.BraceWrapping.BeforeCatch = true; in expandPresets()
1424 Style.BraceWrapping.BeforeCatch = true; in getMicrosoftStyle()
H A DUnwrappedLineParser.cpp2152 if (Style.BraceWrapping.BeforeCatch) { in parseTryCatch()
2190 if (Style.BraceWrapping.BeforeCatch) in parseTryCatch()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1645 bool BeforeCatch; member