Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineParser.h135 bool *HasDoWhile = nullptr,
H A DUnwrappedLineParser.cpp505 bool HasDoWhile = false; in parseLevel() local
522 &IfLBrace, &HasDoWhile, &HasLabel, &StatementCount] { in parseLevel()
524 &IfLBrace, HasDoWhile ? nullptr : &HasDoWhile, in parseLevel()
564 HasDoWhile || IsPrecededByCommentOrPPDirective || in parseLevel()
1529 FormatToken **IfLeftBrace, bool *HasDoWhile, bool *HasLabel) { in parseStructuralElement() argument
1610 if (HasDoWhile) in parseStructuralElement()
1611 *HasDoWhile = true; in parseStructuralElement()