Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h757 bool BeforeCatch; member
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp490 IO.mapOptional("BeforeCatch", Wrapping.BeforeCatch); in mapping()
594 Expanded.BraceWrapping.BeforeCatch = true; in expandPresets()
606 Expanded.BraceWrapping.BeforeCatch = true; in expandPresets()
H A DUnwrappedLineParser.cpp1761 if (Style.BraceWrapping.BeforeCatch) { in parseTryCatch()
1799 if (Style.BraceWrapping.BeforeCatch) in parseTryCatch()