Searched refs:IfLBrace (Results 1 – 1 of 1) sorted by relevance
504 FormatToken *IfLBrace = nullptr; in parseLevel() local522 &IfLBrace, &HasDoWhile, &HasLabel, &StatementCount] { in parseLevel()524 &IfLBrace, HasDoWhile ? nullptr : &HasDoWhile, in parseLevel()572 *IfLeftBrace = IfLBrace; in parseLevel()932 FormatToken *IfLBrace = nullptr; in parseBlock() local934 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 …]