Searched refs:IgnoreParenLValueCasts (Results 1 – 7 of 7) sorted by relevance
60 Ex = Ex->IgnoreParenLValueCasts(); in AddDerefSource()112 S = expr->IgnoreParenLValueCasts(); in reportBug()
251 dyn_cast<DeclRefExpr>(B->getLHS()->IgnoreParenLValueCasts()); in checkLoopConditionForFloat()253 dyn_cast<DeclRefExpr>(B->getRHS()->IgnoreParenLValueCasts()); in checkLoopConditionForFloat()
454 E = E->IgnoreParenLValueCasts(); in isSelf()
755 Expr *IgnoreParenLValueCasts() LLVM_READONLY;757 const Expr *IgnoreParenLValueCasts() const LLVM_READONLY { in IgnoreParenLValueCasts() function758 return const_cast<Expr*>(this)->IgnoreParenLValueCasts(); in IgnoreParenLValueCasts()
2526 Expr *Expr::IgnoreParenLValueCasts() { in IgnoreParenLValueCasts() function in Expr
8154 auto *VE = RE->IgnoreParenLValueCasts(); in ActOnOpenMPMapClause()8230 if (MI.RefExpr && (isa<DeclRefExpr>(MI.RefExpr->IgnoreParenLValueCasts()) != in ActOnOpenMPMapClause()
1711 receiver = receiver->IgnoreParenLValueCasts(); in isSelfExpr()