Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp312 transformer::detail::rewriteDescendants(const DynTypedNode &DNode, in rewriteDescendants() argument
315 if (const auto *Node = DNode.get<Decl>()) in rewriteDescendants()
317 if (const auto *Node = DNode.get<Stmt>()) in rewriteDescendants()
319 if (const auto *Node = DNode.get<TypeLoc>()) in rewriteDescendants()
325 DNode.getNodeKind().asStringRef()); in rewriteDescendants()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DValueTracking.cpp5357 auto *DNode = DT->getNode(CtxI->getParent()); in isGuaranteedNotToBeUndefOrPoison() local
5358 if (!DNode) in isGuaranteedNotToBeUndefOrPoison()
5367 auto *Dominator = DNode->getIDom(); in isGuaranteedNotToBeUndefOrPoison()