Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.h144 bool *HasDoWhile = nullptr,
H A DUnwrappedLineParser.cpp363 bool HasDoWhile = false; in parseLevel() local
381 auto ParseDefault = [this, OpeningBrace, IfKind, &IfLBrace, &HasDoWhile, in parseLevel()
384 HasDoWhile ? nullptr : &HasDoWhile, in parseLevel()
422 HasDoWhile || IsPrecededByCommentOrPPDirective || in parseLevel()
1422 FormatToken **IfLeftBrace, bool *HasDoWhile, bool *HasLabel) { in parseStructuralElement() argument
1519 if (HasDoWhile) in parseStructuralElement()
1520 *HasDoWhile = true; in parseStructuralElement()