Searched refs:isPointerOrReference (Results 1 – 4 of 4) sorted by relevance
466 CurrentToken->isPointerOrReference() || CurrentToken->is(tok::caret); in parseParens()483 PrevPrev->isNot(TT_TypeName) && Prev->isPointerOrReference() && in parseParens()520 if (Tok->is(TT_BinaryOperator) && Tok->isPointerOrReference()) in parseParens()2241 Previous->isPointerOrReference() && Previous->Previous && in modifyContext()2407 } else if (Current.isPointerOrReference()) { in determineTokenType()2577 (NextNonComment->isPointerOrReference() || in isStartOfName()3731 Next->Next && Next->Next->isPointerOrReference()) { in isFunctionDeclarationName()3761 if (!Previous.isPointerOrReference() && Previous.isNot(TT_TemplateCloser)) in isFunctionDeclarationName()3945 Next && Next->isPointerOrReference() && Next->Next && in calculateFormattingInformation()4597 BeforeLeft->isPointerOrReference()) { in spaceRequiredBetween()[all …]
388 if (!TypeToken || TypeToken->isPointerOrReference() || in analyzeLeft()
732 bool isPointerOrReference() const { in isPointerOrReference() function
481 assert(Changes[Previous].Tok->isPointerOrReference()); in AlignTokenSequence()