Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormat.cpp188 IO.mapOptional("BeforeCatch", Wrapping.BeforeCatch); in mapping()
1206 Expanded.BraceWrapping.BeforeCatch = true; in expandPresetsBraceWrapping()
1221 Expanded.BraceWrapping.BeforeCatch = true; in expandPresetsBraceWrapping()
1236 Expanded.BraceWrapping.BeforeCatch = true; in expandPresetsBraceWrapping()
1778 Style.BraceWrapping.BeforeCatch = true; in getMicrosoftStyle()
H A DUnwrappedLineParser.cpp2937 if (Style.BraceWrapping.BeforeCatch) in parseTryCatch()
2978 if (Style.BraceWrapping.BeforeCatch) in parseTryCatch()
/openbsd-src/gnu/llvm/clang/include/clang/Format/
H A DFormat.h1123 bool BeforeCatch; member
/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormatStyleOptions.rst1725 * ``bool BeforeCatch`` Wrap before ``catch``.