Searched refs:IgnoreParenLValueCasts (Results 1 – 7 of 7) sorted by relevance
69 Ex = Ex->IgnoreParenLValueCasts(); in AddDerefSource()107 E = expr->IgnoreParenLValueCasts(); in getDereferenceExpr()
161 dyn_cast<DeclRefExpr>(LenArg->IgnoreParenLValueCasts()); in containsBadStrlcpyStrlcatPattern()
451 E = E->IgnoreParenLValueCasts(); in isSelf()
951 Expr *IgnoreParenLValueCasts() LLVM_READONLY;952 const Expr *IgnoreParenLValueCasts() const { in IgnoreParenLValueCasts() function953 return const_cast<Expr *>(this)->IgnoreParenLValueCasts(); in IgnoreParenLValueCasts()
1944 receiver = receiver->IgnoreParenLValueCasts(); in isSelfExpr()
20975 const Expr *VE = RE->IgnoreParenLValueCasts(); in checkMappableExpressionList()
3087 Expr *Expr::IgnoreParenLValueCasts() { in IgnoreParenLValueCasts() function in Expr