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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp428 if (Previous.ClosesTemplateDeclaration &&
483 if (Previous.ClosesTemplateDeclaration)
1058 (PreviousNonComment->ClosesTemplateDeclaration ||
H A DFormatToken.h210 bool ClosesTemplateDeclaration = false; member in struct:clang::format::FormatToken
H A DTokenAnnotator.cpp799 CurrentToken->Previous->ClosesTemplateDeclaration = true;
1665 BeforeParen->Previous->ClosesTemplateDeclaration))
2728 if (Left.ClosesTemplateDeclaration)
3526 if (Right.Previous->ClosesTemplateDeclaration &&
3889 if (Left.ClosesTemplateDeclaration || Left.is(TT_FunctionAnnotationRParen))

Completed in 139 milliseconds