Searched refs:ObjCPointerExpr (Results 1 – 1 of 1) sorted by relevance
10721 const Expr *ObjCPointerExpr = nullptr, *OtherExpr = nullptr; in checkObjCPointerIntrospection() local10726 ObjCPointerExpr = LHS; in checkObjCPointerIntrospection()10730 ObjCPointerExpr = RHS; in checkObjCPointerIntrospection()10738 if (ObjCPointerExpr && isa<IntegerLiteral>(OtherExpr->IgnoreParenCasts())) { in checkObjCPointerIntrospection()10741 const Expr *Ex = ObjCPointerExpr->IgnoreParenCasts(); in checkObjCPointerIntrospection()10753 << ObjCPointerExpr->getSourceRange(); in checkObjCPointerIntrospection()