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()
5539 auto *DNode = DT->getNode(CtxI->getParent()); in isGuaranteedNotToBeUndefOrPoison() local5540 if (!DNode) in isGuaranteedNotToBeUndefOrPoison()5549 auto *Dominator = DNode->getIDom(); in isGuaranteedNotToBeUndefOrPoison()