Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp297 transformer::detail::rewriteDescendants(const DynTypedNode &DNode, in rewriteDescendants() argument
300 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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp5192 auto *DNode = DT->getNode(CtxI->getParent()); in isGuaranteedNotToBeUndefOrPoison() local
5193 if (!DNode) in isGuaranteedNotToBeUndefOrPoison()
5202 auto *Dominator = DNode->getIDom(); in isGuaranteedNotToBeUndefOrPoison()