Searched refs:isPointerOrReference (Results 1 – 4 of 4) sorted by relevance
423 CurrentToken->isPointerOrReference() || CurrentToken->is(tok::caret); in parseParens()477 if (Tok->is(TT_BinaryOperator) && Tok->isPointerOrReference()) in parseParens()1879 Previous->isPointerOrReference() && Previous->Previous && in modifyContext()2044 } else if (Current.isPointerOrReference()) { in determineTokenType()2211 (NextNonComment->isPointerOrReference() || in isStartOfName()3317 Next->Next && Next->Next->isPointerOrReference()) { in isFunctionDeclarationName()3525 Next && Next->isPointerOrReference() && Next->Next && in calculateFormattingInformation()4151 Left.Previous->isPointerOrReference()) { in spaceRequiredBetween()4157 if (Left.is(tok::star) && Right.isPointerOrReference()) in spaceRequiredBetween()4159 if (Right.isPointerOrReference()) { in spaceRequiredBetween()[all …]
386 if (!TypeToken || TypeToken->isPointerOrReference() || in analyzeLeft()
473 assert(Changes[Previous].Tok->isPointerOrReference()); in AlignTokenSequence()
705 bool isPointerOrReference() const { in isPointerOrReference() function