Searched refs:hasPointerType (Results 1 – 1 of 1) sorted by relevance
215 static auto hasPointerType() { in hasPointerType() function299 castSubExpr(allOf(hasPointerType(), InnerMatcher))); in isInUnspecifiedPointerContext()303 eachOf(hasLHS(allOf(hasPointerType(), InnerMatcher)), in isInUnspecifiedPointerContext()304 hasRHS(allOf(hasPointerType(), InnerMatcher)))); in isInUnspecifiedPointerContext()312 allOf(hasLHS(hasPointerType()), in isInUnspecifiedPointerContext()313 hasRHS(hasPointerType())), in isInUnspecifiedPointerContext()577 hasUnaryOperand(ignoringParenImpCasts(hasPointerType()))) in matcher()617 hasUnaryOperand(ignoringParenImpCasts(hasPointerType()))) in matcher()657 anyOf(hasPointerType(), hasArrayType()))), in matcher()708 hasRHS(expr(hasPointerType()).bind(PointerArithmeticPointerTag)), in matcher()[all …]