Lines Matching refs:IgnoreParenCasts
474 if (UnaryOperator *UO = dyn_cast<UnaryOperator>(E->IgnoreParenCasts())) in CheckForNullPointerDereference()
476 UO->getSubExpr()->IgnoreParenCasts()-> in CheckForNullPointerDereference()
584 if (const ObjCIsaExpr *OISA = dyn_cast<ObjCIsaExpr>(E->IgnoreParenCasts())) { in DefaultLvalueConversion()
597 dyn_cast<ObjCIvarRefExpr>(E->IgnoreParenCasts())) in DefaultLvalueConversion()
7401 Other = Other->IgnoreParenCasts(); in diagnoseObjCLiteralComparison()
7549 LHSStripped = LHSStripped->IgnoreParenCasts(); in CheckCompareOperands()
7551 RHSStripped = RHSStripped->IgnoreParenCasts(); in CheckCompareOperands()
8115 DeclRefExpr *declRef = dyn_cast<DeclRefExpr>(E->IgnoreParenCasts()); in CheckForModifiableLvalue()
8278 const Expr *InnerLHS = LHSExpr->IgnoreParenCasts(); in CheckAssignmentOperands()
8697 QualType OpOrigType = Op->IgnoreParenCasts()->getType(); in CheckIndirectionOperand()
8840 if (LHS->IgnoreParenCasts()->getType()->isObjCObjectPointerType()) { in checkObjCPointerIntrospection()
8844 else if (RHS->IgnoreParenCasts()->getType()->isObjCObjectPointerType()) { in checkObjCPointerIntrospection()
8853 if (ObjCPointerExpr && isa<IntegerLiteral>(OtherExpr->IgnoreParenCasts())) { in checkObjCPointerIntrospection()
8856 const Expr *Ex = ObjCPointerExpr->IgnoreParenCasts(); in checkObjCPointerIntrospection()
9012 if (const ObjCIsaExpr *OISA = dyn_cast<ObjCIsaExpr>(LHS.get()->IgnoreParenCasts())) { in CreateBuiltinBinOp()
9027 dyn_cast<ObjCIvarRefExpr>(LHS.get()->IgnoreParenCasts())) in CreateBuiltinBinOp()
12108 = dyn_cast<ObjCMessageExpr>(Op->getRHS()->IgnoreParenCasts())) { in DiagnoseAssignmentAsCondition()