Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DQualifierAlignmentFixer.cpp234 return !(PreviousCheck->ClosesTemplateDeclaration || in analyzeRight()
387 TypeToken->ClosesRequiresClause || TypeToken->ClosesTemplateDeclaration) { in analyzeLeft()
H A DFormatToken.h281 ClosesTemplateDeclaration(false), StartsBinaryExpression(false), in FormatToken()
334 unsigned ClosesTemplateDeclaration : 1; member
H A DContinuationIndenter.cpp481 if (Previous.ClosesTemplateDeclaration && CurrentState.BreakBeforeParameter && in mustBreak()
544 if (Previous.ClosesTemplateDeclaration) { in mustBreak()
1353 (PreviousNonComment->ClosesTemplateDeclaration || in getNewLineColumn()
H A DTokenAnnotator.cpp970 CurrentToken->Previous->ClosesTemplateDeclaration = true; in parseTemplateDeclaration()
2122 BeforeParen->Previous->ClosesTemplateDeclaration || in determineTokenType()
3919 if (Left.ClosesTemplateDeclaration) in splitPenalty()
5176 if (Left.ClosesTemplateDeclaration && Left.MatchingParen && in mustBreakBefore()
5616 if (Left.ClosesTemplateDeclaration || Left.is(TT_FunctionAnnotationRParen)) in canBreakBefore()