Searched refs:BeforeParen (Results 1 – 1 of 1) sorted by relevance
1040 if (FormatToken *BeforeParen = Current.MatchingParen->Previous) in determineTokenType() local1041 if (BeforeParen->is(tok::identifier) && in determineTokenType()1042 BeforeParen->TokenText == BeforeParen->TokenText.upper() && in determineTokenType()1043 (!BeforeParen->Previous || in determineTokenType()1044 BeforeParen->Previous->ClosesTemplateDeclaration)) in determineTokenType()