Home
last modified time | relevance | path

Searched refs:traverseIgnored (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DParentMapContext.h63 const Expr *traverseIgnored(const Expr *E) const;
64 Expr *traverseIgnored(Expr *E) const;
65 DynTypedNode traverseIgnored(const DynTypedNode &N) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DParentMapContext.cpp29 const Expr *ParentMapContext::traverseIgnored(const Expr *E) const { in traverseIgnored() function in ParentMapContext
30 return traverseIgnored(const_cast<Expr *>(E)); in traverseIgnored()
33 Expr *ParentMapContext::traverseIgnored(Expr *E) const { in traverseIgnored() function in ParentMapContext
46 DynTypedNode ParentMapContext::traverseIgnored(const DynTypedNode &N) const { in traverseIgnored() function in ParentMapContext
48 return DynTypedNode::create(*traverseIgnored(E)); in traverseIgnored()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp300 Finder->getASTContext().getParentMapContext().traverseIgnored(DynNode); in matches()
328 Finder->getASTContext().getParentMapContext().traverseIgnored(DynNode); in matchesNoKindCheck()
H A DASTMatchFinder.cpp172 Finder->getASTContext().getParentMapContext().traverseIgnored( in getStmtToTraverse()
1060 if (getASTContext().getParentMapContext().traverseIgnored(DynNode) != in matchWithFilter()