Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Format/
H A DFormatToken.h231 CanBreakBefore(false), ClosesTemplateDeclaration(false), in FormatToken()
279 unsigned ClosesTemplateDeclaration : 1; member
H A DContinuationIndenter.cpp448 if (Previous.ClosesTemplateDeclaration && CurrentState.BreakBeforeParameter && in mustBreak()
511 if (Previous.ClosesTemplateDeclaration) { in mustBreak()
1199 (PreviousNonComment->ClosesTemplateDeclaration || in getNewLineColumn()
H A DTokenAnnotator.cpp908 CurrentToken->Previous->ClosesTemplateDeclaration = true; in parseTemplateDeclaration()
1898 BeforeParen->Previous->ClosesTemplateDeclaration)) { in determineTokenType()
3227 if (Left.ClosesTemplateDeclaration) in splitPenalty()
4353 if (Left.ClosesTemplateDeclaration && Left.MatchingParen && in mustBreakBefore()
4800 if (Left.ClosesTemplateDeclaration || Left.is(TT_FunctionAnnotationRParen)) in canBreakBefore()