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.cpp2771 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()