Searched refs:DNode (Results 1 – 2 of 2) sorted by relevance
328 transformer::detail::rewriteDescendants(const DynTypedNode &DNode, in rewriteDescendants() argument331 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()
7566 auto *DNode = DT->getNode(CtxI->getParent()); in isGuaranteedNotToBeUndefOrPoison() local7567 if (!DNode) in isGuaranteedNotToBeUndefOrPoison()7576 auto *Dominator = DNode->getIDom(); in isGuaranteedNotToBeUndefOrPoison()