Searched refs:IfRightBrace (Results 1 – 1 of 1) sorted by relevance
2967 FormatToken *IfRightBrace = IfLeftBrace->MatchingParen; in parseIfThenElse() local 2968 if (IfRightBrace) { in parseIfThenElse() 2969 assert(IfRightBrace->MatchingParen == IfLeftBrace); in parseIfThenElse() 2971 assert(!IfRightBrace->Optional); in parseIfThenElse() 2973 IfRightBrace->MatchingParen = nullptr; in parseIfThenElse()