Home
last modified time | relevance | path

Searched refs:DNode (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp328 transformer::detail::rewriteDescendants(const DynTypedNode &DNode, in rewriteDescendants() argument
331 if (const auto *Node = DNode.get<Decl>()) in rewriteDescendants()
333 if (const auto *Node = DNode.get<Stmt>()) in rewriteDescendants()
335 if (const auto *Node = DNode.get<TypeLoc>()) in rewriteDescendants()
341 DNode.getNodeKind().asStringRef()); in rewriteDescendants()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp7566 auto *DNode = DT->getNode(CtxI->getParent()); in isGuaranteedNotToBeUndefOrPoison() local
7567 if (!DNode) in isGuaranteedNotToBeUndefOrPoison()
7576 auto *Dominator = DNode->getIDom(); in isGuaranteedNotToBeUndefOrPoison()