Searched refs:hasArrayType (Results 1 – 1 of 1) sorted by relevance
219 static auto hasArrayType() { return hasType(hasCanonicalType(arrayType())); } in hasArrayType() function657 anyOf(hasPointerType(), hasArrayType()))), in matcher()1049 auto ArrayOrPtr = anyOf(hasPointerType(), hasArrayType()); in matcher()1091 auto ArrayOrPtr = anyOf(hasPointerType(), hasArrayType()); in matcher()1473 declRefExpr(anyOf(hasPointerType(), hasArrayType()), in findGadgets()