Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DTokenAnnotator.cpp1949 if (FormatToken *BeforeParen = Current.MatchingParen->Previous) { in determineTokenType() local
1950 if (BeforeParen->is(tok::identifier) && in determineTokenType()
1951 !BeforeParen->is(TT_TypenameMacro) && in determineTokenType()
1952 BeforeParen->TokenText == BeforeParen->TokenText.upper() && in determineTokenType()
1953 (!BeforeParen->Previous || in determineTokenType()
1954 BeforeParen->Previous->ClosesTemplateDeclaration)) { in determineTokenType()