Searched refs:hasPointerType (Results 1 – 1 of 1) sorted by relevance
207 static auto hasPointerType() { in hasPointerType() function282 castSubExpr(allOf(hasPointerType(), InnerMatcher))); in isInUnspecifiedPointerContext()295 allOf(hasLHS(hasPointerType()), in isInUnspecifiedPointerContext()296 hasRHS(hasPointerType())), in isInUnspecifiedPointerContext()456 hasUnaryOperand(ignoringParenImpCasts(hasPointerType())) in matcher()491 hasUnaryOperand(ignoringParenImpCasts(hasPointerType())) in matcher()528 anyOf(hasPointerType(), hasArrayType()))), in matcher()671 hasRHS(ignoringParenImpCasts(declRefExpr(hasPointerType(), in matcher()774 auto ArrayOrPtr = anyOf(hasPointerType(), hasArrayType()); in matcher()817 auto ArrayOrPtr = anyOf(hasPointerType(), hasArrayType()); in matcher()[all …]