Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp2483 if (FormatToken *BeforeParen = Current.MatchingParen->Previous; in determineTokenType() local
2484 BeforeParen && BeforeParen->is(tok::identifier) && in determineTokenType()
2485 BeforeParen->isNot(TT_TypenameMacro) && in determineTokenType()
2486 BeforeParen->TokenText == BeforeParen->TokenText.upper() && in determineTokenType()
2487 (!BeforeParen->Previous || in determineTokenType()
2488 BeforeParen->Previous->ClosesTemplateDeclaration || in determineTokenType()
2489 BeforeParen->Previous->ClosesRequiresClause)) { in determineTokenType()