Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp5150 auto *DNode = DT->getNode(CtxI->getParent()); in isGuaranteedNotToBeUndefOrPoison() local
5151 if (!DNode) in isGuaranteedNotToBeUndefOrPoison()
5160 auto *Dominator = DNode->getIDom(); in isGuaranteedNotToBeUndefOrPoison()