Lines Matching refs:RemoveBracesLLVM
486 !Style.RemoveBracesLLVM || precededByCommentOrPPDirective(); in parseLevel()
542 if (!Style.RemoveBracesLLVM || Line->InPPDirective || in parseLevel()
2483 if (!Style.RemoveBracesLLVM) in keepAncestorBraces()
2586 KeepIfBraces = !Style.RemoveBracesLLVM || KeepBraces; in parseIfThenElse()
2614 if (Style.RemoveBracesLLVM) { in parseIfThenElse()
2627 if (Style.RemoveBracesLLVM) { in parseIfThenElse()
2661 if (Style.RemoveBracesLLVM) { in parseIfThenElse()
2666 if (Style.RemoveBracesLLVM) in parseIfThenElse()
2679 if (!Style.RemoveBracesLLVM) in parseIfThenElse()
2780 if (Style.RemoveBracesLLVM) in parseTryCatch()
2796 if (Style.RemoveBracesLLVM) in parseTryCatch()
2925 const bool KeepBraces = !Style.RemoveBracesLLVM || in parseForOrWhileLoop()
3030 if (Style.RemoveBracesLLVM) in parseSwitch()