Searched refs:DNode (Results 1 – 2 of 2) sorted by relevance
297 transformer::detail::rewriteDescendants(const DynTypedNode &DNode, in rewriteDescendants() argument300 if (const auto *Node = DNode.get<Decl>()) in rewriteDescendants()302 if (const auto *Node = DNode.get<Stmt>()) in rewriteDescendants()304 if (const auto *Node = DNode.get<TypeLoc>()) in rewriteDescendants()310 DNode.getNodeKind().asStringRef()); in rewriteDescendants()
5192 auto *DNode = DT->getNode(CtxI->getParent()); in isGuaranteedNotToBeUndefOrPoison() local5193 if (!DNode) in isGuaranteedNotToBeUndefOrPoison()5202 auto *Dominator = DNode->getIDom(); in isGuaranteedNotToBeUndefOrPoison()