Lines Matching defs:IfLeftBrace
352 /// \param IfLeftBrace The left brace of the \p if block in the level.
357 FormatToken **IfLeftBrace) {
429 if (IfLeftBrace)
430 *IfLeftBrace = IfLBrace;
1422 FormatToken **IfLeftBrace, bool *HasDoWhile, bool *HasLabel) {
1501 if (IfLeftBrace)
1502 *IfLeftBrace = Tok;
2867 FormatToken *IfLeftBrace = nullptr;
2872 IfLeftBrace = FormatTok;
2890 (IfLeftBrace && !IfLeftBrace->MatchingParen) ||
2964 markOptionalBraces(IfLeftBrace);
2966 } else if (IfLeftBrace) {
2967 FormatToken *IfRightBrace = IfLeftBrace->MatchingParen;
2969 assert(IfRightBrace->MatchingParen == IfLeftBrace);
2970 assert(!IfLeftBrace->Optional);
2972 IfLeftBrace->MatchingParen = nullptr;
2980 return IfLeftBrace;