Searched refs:getParentIgnoreParenCasts (Results 1 – 7 of 7) sorted by relevance
38 Stmt *getParentIgnoreParenCasts(Stmt *) const;50 const Stmt *getParentIgnoreParenCasts(const Stmt *S) const { in getParentIgnoreParenCasts() function51 return getParentIgnoreParenCasts(const_cast<Stmt*>(S)); in getParentIgnoreParenCasts()
184 isa<ReturnStmt>(StmtMap->getParentIgnoreParenCasts(E))) { in transformNonObjCToObjCCast()315 if (tryRemoving(cast<Expr>(StmtMap->getParentIgnoreParenCasts(E)))) in removeBlockReleaseMacro()
165 const Stmt *P = PM.getParentIgnoreParenCasts(Call.getOriginExpr()); in checkPostCall()
362 const Stmt *parent = Parents.getParentIgnoreParenCasts(U); in observeStmt()
146 Stmt *ParentMap::getParentIgnoreParenCasts(Stmt *S) const { in getParentIgnoreParenCasts() function in ParentMap
1041 const Stmt *S = PM.getParentIgnoreParenCasts(getOriginExpr()); in getMessageKind()
383 dyn_cast_or_null<ObjCMessageExpr>(PMap->getParentIgnoreParenCasts(Msg)); in rewriteToArrayLiteral()