Lines Matching refs:RemoveBracesLLVM
350 !Style.RemoveBracesLLVM || precededByCommentOrPPDirective(); in parseLevel()
403 if (!Style.RemoveBracesLLVM || Line->InPPDirective || in parseLevel()
2649 if (!Style.RemoveBracesLLVM) in keepAncestorBraces()
2790 KeepIfBraces = !Style.RemoveBracesLLVM || KeepBraces; in parseIfThenElse()
2829 if (Style.RemoveBracesLLVM) { in parseIfThenElse()
2842 if (Style.RemoveBracesLLVM) { in parseIfThenElse()
2877 if (Style.RemoveBracesLLVM) { in parseIfThenElse()
2882 if (Style.RemoveBracesLLVM) in parseIfThenElse()
2895 if (!Style.RemoveBracesLLVM) in parseIfThenElse()
2996 if (Style.RemoveBracesLLVM) in parseTryCatch()
3012 if (Style.RemoveBracesLLVM) in parseTryCatch()
3151 const bool KeepBraces = !Style.RemoveBracesLLVM || in parseForOrWhileLoop()
3280 if (Style.RemoveBracesLLVM) in parseSwitch()