Home
last modified time | relevance | path

Searched refs:getParentIgnoreParenCasts (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/AST/
DParentMap.h39 Stmt *getParentIgnoreParenCasts(Stmt *) const;
51 const Stmt *getParentIgnoreParenCasts(const Stmt *S) const { in getParentIgnoreParenCasts() function
52 return getParentIgnoreParenCasts(const_cast<Stmt*>(S)); in getParentIgnoreParenCasts()
/external/clang/lib/ARCMigrate/
DTransUnbridgedCasts.cpp186 isa<ReturnStmt>(StmtMap->getParentIgnoreParenCasts(E))) { in transformNonObjCToObjCCast()
318 if (tryRemoving(cast<Expr>(StmtMap->getParentIgnoreParenCasts(E)))) in removeBlockReleaseMacro()
/external/clang/lib/AST/
DParentMap.cpp131 Stmt *ParentMap::getParentIgnoreParenCasts(Stmt *S) const { in getParentIgnoreParenCasts() function in ParentMap
/external/clang/lib/StaticAnalyzer/Checkers/
DDeadStoresChecker.cpp304 const Stmt *parent = Parents.getParentIgnoreParenCasts(U); in observeStmt()
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp680 const Stmt *S = PM.getParentIgnoreParenCasts(getOriginExpr()); in getMessageKind()
/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp383 dyn_cast_or_null<ObjCMessageExpr>(PMap->getParentIgnoreParenCasts(Msg)); in rewriteToArrayLiteral()