Searched refs:ObjCPointerExpr (Results 1 – 1 of 1) sorted by relevance
15459 const Expr *ObjCPointerExpr = nullptr, *OtherExpr = nullptr; in checkObjCPointerIntrospection() local15464 ObjCPointerExpr = LHS; in checkObjCPointerIntrospection()15468 ObjCPointerExpr = RHS; in checkObjCPointerIntrospection()15476 if (ObjCPointerExpr && isa<IntegerLiteral>(OtherExpr->IgnoreParenCasts())) { in checkObjCPointerIntrospection()15479 const Expr *Ex = ObjCPointerExpr->IgnoreParenCasts(); in checkObjCPointerIntrospection()15491 << ObjCPointerExpr->getSourceRange(); in checkObjCPointerIntrospection()