Home
last modified time | relevance | path

Searched refs:parseLoopBody (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineParser.h136 void parseLoopBody(bool KeepBraces, bool WrapRightBrace);
H A DUnwrappedLineParser.cpp2897 void UnwrappedLineParser::parseLoopBody(bool KeepBraces, bool WrapRightBrace) { in parseLoopBody() function in clang::format::UnwrappedLineParser
2938 parseLoopBody(KeepBraces, /*WrapRightBrace=*/true); in parseForOrWhileLoop()
2945 parseLoopBody(/*KeepBraces=*/true, Style.BraceWrapping.BeforeWhile); in parseDoWhile()