Searched refs:getParentIgnoreParens (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DParentMap.h37 Stmt *getParentIgnoreParens(Stmt *) const;
46 const Stmt *getParentIgnoreParens(const Stmt *S) const { function in class:clang::ParentMap
47 return getParentIgnoreParens(const_cast<Stmt*>(S));
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFGStmtMap.cpp42 X = PM->getParentIgnoreParens(X);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DParentMap.cpp140 Stmt *ParentMap::getParentIgnoreParens(Stmt *S) const { function in class:ParentMap
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp618 return PM.getParentIgnoreParens(S);
620 const Stmt *Parent = PM.getParentIgnoreParens(S);
1340 S = PM.getParentIgnoreParens(S);
H A DExprEngine.cpp2660 dyn_cast<ImplicitCastExpr>(I->getParentMap().getParentIgnoreParens(M));

Completed in 137 milliseconds