Lines Matching refs:IfLBrace
362 FormatToken *IfLBrace = nullptr;
381 auto ParseDefault = [this, OpeningBrace, IfKind, &IfLBrace, &HasDoWhile,
383 parseStructuralElement(OpeningBrace, IfKind, &IfLBrace,
430 *IfLeftBrace = IfLBrace;
817 FormatToken *IfLBrace = nullptr;
818 const bool SimpleBlock = parseLevel(Tok, IfKind, &IfLBrace);
821 return IfLBrace;
827 return IfLBrace;
847 const bool HasRequiredIfBraces = IfLBrace && !IfLBrace->Optional;
920 return IfLBrace;
2912 FormatToken *IfLBrace =
2920 } else if (FollowedByIf && IfLBrace && !IfLBrace->Optional) {