Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineParser.h123 bool *HasDoWhile = nullptr,
H A DUnwrappedLineParser.cpp488 bool HasDoWhile = false; in parseLevel() local
505 &IfLBrace, &HasDoWhile, &HasLabel, &StatementCount] { in parseLevel()
507 &IfLBrace, HasDoWhile ? nullptr : &HasDoWhile, in parseLevel()
547 HasDoWhile || IsPrecededByCommentOrPPDirective || in parseLevel()
1451 FormatToken **IfLeftBrace, bool *HasDoWhile, bool *HasLabel) { in parseStructuralElement() argument
1515 if (HasDoWhile) in parseStructuralElement()
1516 *HasDoWhile = true; in parseStructuralElement()