Searched refs:hasArrayType (Results 1 – 1 of 1) sorted by relevance
255 static bool hasArrayType(const Expr &E) { in hasArrayType() function1377 if (!hasPointerType(*Base) && !hasArrayType(*Base)) in matches()2011 if (!DRE || !(hasPointerType(*DRE) || hasArrayType(*DRE)) || in matches()2061 if (!DRE || (!hasPointerType(*DRE) && !hasArrayType(*DRE)) || in matches()2512 if (!DRE || (!hasPointerType(*DRE) && !hasArrayType(*DRE))) in findDeclRefExpr()