Searched refs:getParentIgnoreParenCasts (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DParentMap.h38 Stmt *getParentIgnoreParenCasts(Stmt *) const;
50 const Stmt *getParentIgnoreParenCasts(const Stmt *S) const { function in class:clang::ParentMap
51 return getParentIgnoreParenCasts(const_cast<Stmt*>(S));
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp185 isa<ReturnStmt>(StmtMap->getParentIgnoreParenCasts(E))) {
315 if (tryRemoving(cast<Expr>(StmtMap->getParentIgnoreParenCasts(E))))
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DVforkChecker.cpp163 const Stmt *P = PM.getParentIgnoreParenCasts(Call.getOriginExpr());
H A DDeadStoresChecker.cpp365 const Stmt *parent = Parents.getParentIgnoreParenCasts(U);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DParentMap.cpp145 Stmt *ParentMap::getParentIgnoreParenCasts(Stmt *S) const { function in class:ParentMap
/freebsd-13-stable/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp382 dyn_cast_or_null<ObjCMessageExpr>(PMap->getParentIgnoreParenCasts(Msg));
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1036 const Stmt *S = PM.getParentIgnoreParenCasts(getOriginExpr());

Completed in 119 milliseconds