Searched refs:BeforeParen (Results 1 – 1 of 1) sorted by relevance
958 if (FormatToken *BeforeParen = Current.MatchingParen->Previous) in determineTokenType() local959 if (BeforeParen->is(tok::identifier) && in determineTokenType()960 BeforeParen->TokenText == BeforeParen->TokenText.upper() && in determineTokenType()961 (!BeforeParen->Previous || in determineTokenType()962 BeforeParen->Previous->ClosesTemplateDeclaration)) in determineTokenType()