Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h771 bool BeforeElse; member
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp491 IO.mapOptional("BeforeElse", Wrapping.BeforeElse); in mapping()
595 Expanded.BraceWrapping.BeforeElse = true; in expandPresets()
607 Expanded.BraceWrapping.BeforeElse = true; in expandPresets()
H A DUnwrappedLineParser.cpp1708 if (Style.BraceWrapping.BeforeElse) in parseIfThenElse()