Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Format/
DUnwrappedLineParser.cpp504 FormatToken *IfLBrace = nullptr; in parseLevel() local
522 &IfLBrace, &HasDoWhile, &HasLabel, &StatementCount] { in parseLevel()
524 &IfLBrace, HasDoWhile ? nullptr : &HasDoWhile, in parseLevel()
572 *IfLeftBrace = IfLBrace; in parseLevel()
932 FormatToken *IfLBrace = nullptr; in parseBlock() local
934 parseLevel(Tok, CanContainBracedList, NextLBracesType, IfKind, &IfLBrace); in parseBlock()
937 return IfLBrace; in parseBlock()
943 return IfLBrace; in parseBlock()
957 const bool HasRequiredIfBraces = IfLBrace && !IfLBrace->Optional; in parseBlock()
1030 return IfLBrace; in parseBlock()
[all …]