Searched refs:ObjCPointerExpr (Results 1 – 1 of 1) sorted by relevance
10205 const Expr *ObjCPointerExpr = nullptr, *OtherExpr = nullptr; in checkObjCPointerIntrospection() local10210 ObjCPointerExpr = LHS; in checkObjCPointerIntrospection()10214 ObjCPointerExpr = RHS; in checkObjCPointerIntrospection()10222 if (ObjCPointerExpr && isa<IntegerLiteral>(OtherExpr->IgnoreParenCasts())) { in checkObjCPointerIntrospection()10225 const Expr *Ex = ObjCPointerExpr->IgnoreParenCasts(); in checkObjCPointerIntrospection()10237 << ObjCPointerExpr->getSourceRange(); in checkObjCPointerIntrospection()