Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h150 bool *HasDoWhile = nullptr,
H A DUnwrappedLineParser.cpp352 bool HasDoWhile = false; in parseLevel() local
368 auto ParseDefault = [this, OpeningBrace, IfKind, &IfLBrace, &HasDoWhile, in parseLevel()
371 HasDoWhile ? nullptr : &HasDoWhile, in parseLevel()
408 HasDoWhile || IsPrecededByCommentOrPPDirective || in parseLevel()
1418 FormatToken **IfLeftBrace, bool *HasDoWhile, bool *HasLabel) { in parseStructuralElement() argument
1516 if (HasDoWhile) in parseStructuralElement()
1517 *HasDoWhile = true; in parseStructuralElement()