Searched refs:BeforeClosingBrace (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Format/
H A DTokenAnnotator.cpp3591 const FormatToken *BeforeClosingBrace = nullptr; local
3596 BeforeClosingBrace = Left.MatchingParen->Previous;
3602 BeforeClosingBrace = &Left;
3603 if (BeforeClosingBrace && (BeforeClosingBrace->is(tok::comma) ||
3604 BeforeClosingBrace->isTrailingComment()))

Completed in 140 milliseconds