Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
DTokenAnnotator.cpp1729 if (FormatToken *BeforeParen = Current.MatchingParen->Previous) in determineTokenType() local
1730 if (BeforeParen->is(tok::identifier) && in determineTokenType()
1731 !BeforeParen->is(TT_TypenameMacro) && in determineTokenType()
1732 BeforeParen->TokenText == BeforeParen->TokenText.upper() && in determineTokenType()
1733 (!BeforeParen->Previous || in determineTokenType()
1734 BeforeParen->Previous->ClosesTemplateDeclaration)) in determineTokenType()