Searched refs:ArrayOrPtr (Results 1 – 1 of 1) sorted by relevance
1049 auto ArrayOrPtr = anyOf(hasPointerType(), hasArrayType()); in matcher() local1051 ignoringParenImpCasts(declRefExpr(ArrayOrPtr, toSupportedVariable()))); in matcher()1091 auto ArrayOrPtr = anyOf(hasPointerType(), hasArrayType()); in matcher() local1093 declRefExpr(allOf(ArrayOrPtr, toSupportedVariable())) in matcher()