Lines Matching defs:KeepBraces
748 bool KeepBraces,
848 if (KeepBraces && !HasRequiredIfBraces)
1446 parseIfThenElse(IfKind, /*KeepBraces=*/false, /*IsVerilogAssert=*/true);
2811 bool KeepBraces,
2848 KeepIfBraces = !Style.RemoveBracesLLVM || KeepBraces;
3126 /*KeepBraces=*/true, /*IfKind=*/nullptr,
3180 void UnwrappedLineParser::parseLoopBody(bool KeepBraces, bool WrapRightBrace) {
3188 /*MunchSemi=*/true, KeepBraces);
3190 if (!KeepBraces) {
3201 if (!KeepBraces)
3214 const bool KeepBraces = !Style.RemoveBracesLLVM ||
3243 parseLoopBody(KeepBraces, /*WrapRightBrace=*/true);
3250 parseLoopBody(/*KeepBraces=*/true, Style.BraceWrapping.BeforeWhile);