Searched refs:parseLoopBody (Results 1 – 2 of 2) sorted by relevance
149 void parseLoopBody(bool KeepBraces, bool WrapRightBrace);
3090 void UnwrappedLineParser::parseLoopBody(bool KeepBraces, bool WrapRightBrace) { in parseLoopBody() function in clang::format::UnwrappedLineParser3131 parseLoopBody(KeepBraces, /*WrapRightBrace=*/true); in parseForOrWhileLoop()3138 parseLoopBody(/*KeepBraces=*/true, Style.BraceWrapping.BeforeWhile); in parseDoWhile()