Searched refs:WrapRightBrace (Results 1 – 2 of 2) sorted by relevance
158 void parseLoopBody(bool KeepBraces, bool WrapRightBrace);
3180 void UnwrappedLineParser::parseLoopBody(bool KeepBraces, bool WrapRightBrace) { in parseLoopBody() argument 3195 if (WrapRightBrace) in parseLoopBody() 3243 parseLoopBody(KeepBraces, /*WrapRightBrace=*/true); in parseForOrWhileLoop()