Searched refs:ObjCPointerExpr (Results 1 – 1 of 1) sorted by relevance
14458 const Expr *ObjCPointerExpr = nullptr, *OtherExpr = nullptr; in checkObjCPointerIntrospection() local14463 ObjCPointerExpr = LHS; in checkObjCPointerIntrospection()14467 ObjCPointerExpr = RHS; in checkObjCPointerIntrospection()14475 if (ObjCPointerExpr && isa<IntegerLiteral>(OtherExpr->IgnoreParenCasts())) { in checkObjCPointerIntrospection()14478 const Expr *Ex = ObjCPointerExpr->IgnoreParenCasts(); in checkObjCPointerIntrospection()14490 << ObjCPointerExpr->getSourceRange(); in checkObjCPointerIntrospection()