Lines Matching refs:isPointerOrReference
423 CurrentToken->isPointerOrReference() || CurrentToken->is(tok::caret); in parseParens()
440 PrevPrev->isNot(TT_TypeName) && Prev->isPointerOrReference() && 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()
3346 if (!Previous->isPointerOrReference() && Previous->isNot(TT_TemplateCloser)) 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()
5310 (Left.isPointerOrReference() || Left.is(TT_TemplateCloser))) { in mustBreakBefore()