Home
last modified time | relevance | path

Searched refs:RightBrace (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp2836 FormatToken *RightBrace = LeftBrace->MatchingParen; in markOptionalBraces() local
2837 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()