Searched refs:IgnoreParenLValueCasts (Results 1 – 6 of 6) sorted by relevance
58 Ex = Ex->IgnoreParenLValueCasts(); in AddDerefSource()110 S = expr->IgnoreParenLValueCasts(); in reportBug()
252 dyn_cast<DeclRefExpr>(B->getLHS()->IgnoreParenLValueCasts()); in checkLoopConditionForFloat()254 dyn_cast<DeclRefExpr>(B->getRHS()->IgnoreParenLValueCasts()); in checkLoopConditionForFloat()
454 E = E->IgnoreParenLValueCasts(); in isSelf()
731 Expr *IgnoreParenLValueCasts() LLVM_READONLY;733 const Expr *IgnoreParenLValueCasts() const LLVM_READONLY { in IgnoreParenLValueCasts() function734 return const_cast<Expr*>(this)->IgnoreParenLValueCasts(); in IgnoreParenLValueCasts()
2486 Expr *Expr::IgnoreParenLValueCasts() { in IgnoreParenLValueCasts() function in Expr
1463 receiver = receiver->IgnoreParenLValueCasts(); in isSelfExpr()