Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp922 IO.mapOptional("BeforeCatch", Wrapping.BeforeCatch); in mapping()
1084 Expanded.BraceWrapping.BeforeCatch = true; in expandPresetsBraceWrapping()
1099 Expanded.BraceWrapping.BeforeCatch = true; in expandPresetsBraceWrapping()
1114 Expanded.BraceWrapping.BeforeCatch = true; in expandPresetsBraceWrapping()
1638 Style.BraceWrapping.BeforeCatch = true; in getMicrosoftStyle()
H A DUnwrappedLineParser.cpp2749 if (Style.BraceWrapping.BeforeCatch) in parseTryCatch()
2790 if (Style.BraceWrapping.BeforeCatch) in parseTryCatch()
/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h1541 bool BeforeCatch; member
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp3211 Style.BraceWrapping.BeforeCatch = true; in TEST_F()
4589 Style.BraceWrapping.BeforeCatch = true; in TEST_F()
4724 Style.BraceWrapping.BeforeCatch = true; in TEST_F()
20103 CHECK_PARSE_NESTED_BOOL(BraceWrapping, BeforeCatch); in TEST_F()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst1586 * ``bool BeforeCatch`` Wrap before ``catch``.