Searched refs:IgnoreParenLValueCasts (Results 1 – 7 of 7) sorted by relevance
59 Ex = Ex->IgnoreParenLValueCasts(); in AddDerefSource()97 E = expr->IgnoreParenLValueCasts(); in getDereferenceExpr()
251 dyn_cast<DeclRefExpr>(B->getLHS()->IgnoreParenLValueCasts()); in checkLoopConditionForFloat()253 dyn_cast<DeclRefExpr>(B->getRHS()->IgnoreParenLValueCasts()); in checkLoopConditionForFloat()
454 E = E->IgnoreParenLValueCasts(); in isSelf()
763 Expr *IgnoreParenLValueCasts() LLVM_READONLY;765 const Expr *IgnoreParenLValueCasts() const LLVM_READONLY { in IgnoreParenLValueCasts() function766 return const_cast<Expr*>(this)->IgnoreParenLValueCasts(); in IgnoreParenLValueCasts()
2373 Expr *Expr::IgnoreParenLValueCasts() { in IgnoreParenLValueCasts() function in Expr
1708 receiver = receiver->IgnoreParenLValueCasts(); in isSelfExpr()
10888 auto *VE = RE->IgnoreParenLValueCasts(); in checkMappableExpressionList()