Searched refs:IgnoreParenLValueCasts (Results 1 – 7 of 7) sorted by relevance
58 Ex = Ex->IgnoreParenLValueCasts(); in AddDerefSource()110 S = expr->IgnoreParenLValueCasts(); in reportBug()
241 dyn_cast<DeclRefExpr>(B->getLHS()->IgnoreParenLValueCasts()); in checkLoopConditionForFloat()243 dyn_cast<DeclRefExpr>(B->getRHS()->IgnoreParenLValueCasts()); in checkLoopConditionForFloat()
533 return dyn_cast<DeclRefExpr>(RHS->IgnoreParenLValueCasts()) == NULL; in isTruncationExtensionAssignment()
446 E = E->IgnoreParenLValueCasts(); in isSelf()
702 Expr *IgnoreParenLValueCasts() LLVM_READONLY;704 const Expr *IgnoreParenLValueCasts() const LLVM_READONLY { in IgnoreParenLValueCasts() function705 return const_cast<Expr*>(this)->IgnoreParenLValueCasts(); in IgnoreParenLValueCasts()
1373 receiver = receiver->IgnoreParenLValueCasts(); in isSelfExpr()
2348 Expr *Expr::IgnoreParenLValueCasts() { in IgnoreParenLValueCasts() function in Expr