Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Tooling/Transformer/
DRewriteRule.cpp292 transformer::detail::rewriteDescendants(const DynTypedNode &DNode, in rewriteDescendants() argument
295 if (const auto *Node = DNode.get<Decl>()) in rewriteDescendants()
297 if (const auto *Node = DNode.get<Stmt>()) in rewriteDescendants()
299 if (const auto *Node = DNode.get<TypeLoc>()) in rewriteDescendants()
305 DNode.getNodeKind().asStringRef()); in rewriteDescendants()
/external/llvm-project/llvm/lib/Analysis/
DValueTracking.cpp4904 auto *DNode = DT->getNode(CtxI->getParent()); in isGuaranteedNotToBeUndefOrPoison() local
4905 if (!DNode) in isGuaranteedNotToBeUndefOrPoison()
4914 auto *Dominator = DNode->getIDom(); in isGuaranteedNotToBeUndefOrPoison()