Searched refs:ObjCPointerExpr (Results 1 – 1 of 1) sorted by relevance
13942 const Expr *ObjCPointerExpr = nullptr, *OtherExpr = nullptr; in checkObjCPointerIntrospection() local13947 ObjCPointerExpr = LHS; in checkObjCPointerIntrospection()13951 ObjCPointerExpr = RHS; in checkObjCPointerIntrospection()13959 if (ObjCPointerExpr && isa<IntegerLiteral>(OtherExpr->IgnoreParenCasts())) { in checkObjCPointerIntrospection()13962 const Expr *Ex = ObjCPointerExpr->IgnoreParenCasts(); in checkObjCPointerIntrospection()13974 << ObjCPointerExpr->getSourceRange(); in checkObjCPointerIntrospection()