Searched refs:RightBrace (Results 1 – 1 of 1) sorted by relevance
2771 FormatToken *RightBrace = LeftBrace->MatchingParen; in markOptionalBraces() local 2772 if (!RightBrace) { in markOptionalBraces() 2777 assert(RightBrace->is(tok::r_brace)); in markOptionalBraces() 2778 assert(RightBrace->MatchingParen == LeftBrace); in markOptionalBraces() 2779 assert(LeftBrace->Optional == RightBrace->Optional); in markOptionalBraces() 2782 RightBrace->Optional = true; in markOptionalBraces()