Lines Matching refs:isPointerOrReference
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()
4603 if (Left.is(tok::star) && Right.isPointerOrReference()) in spaceRequiredBetween()
4605 if (Right.isPointerOrReference()) { in spaceRequiredBetween()
5823 (Left.isPointerOrReference() || Left.is(TT_TemplateCloser))) { in mustBreakBefore()