Searched refs:ObjCPointerExpr (Results 1 – 1 of 1) sorted by relevance
14854 const Expr *ObjCPointerExpr = nullptr, *OtherExpr = nullptr; in checkObjCPointerIntrospection() local14859 ObjCPointerExpr = LHS; in checkObjCPointerIntrospection()14863 ObjCPointerExpr = RHS; in checkObjCPointerIntrospection()14871 if (ObjCPointerExpr && isa<IntegerLiteral>(OtherExpr->IgnoreParenCasts())) { in checkObjCPointerIntrospection()14874 const Expr *Ex = ObjCPointerExpr->IgnoreParenCasts(); in checkObjCPointerIntrospection()14886 << ObjCPointerExpr->getSourceRange(); in checkObjCPointerIntrospection()