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