Searched refs:RightBrace (Results 1 – 1 of 1) sorted by relevance
2836 FormatToken *RightBrace = LeftBrace->MatchingParen; in markOptionalBraces() local2837 if (!RightBrace) { in markOptionalBraces()2842 assert(RightBrace->is(tok::r_brace)); in markOptionalBraces()2843 assert(RightBrace->MatchingParen == LeftBrace); in markOptionalBraces()2844 assert(LeftBrace->Optional == RightBrace->Optional); in markOptionalBraces()2847 RightBrace->Optional = true; in markOptionalBraces()