Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp328 transformer::detail::rewriteDescendants(const DynTypedNode &DNode, in rewriteDescendants() argument
331 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()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp5539 auto *DNode = DT->getNode(CtxI->getParent()); in isGuaranteedNotToBeUndefOrPoison() local
5540 if (!DNode) in isGuaranteedNotToBeUndefOrPoison()
5549 auto *Dominator = DNode->getIDom(); in isGuaranteedNotToBeUndefOrPoison()