Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DParentMapContext.cpp291 if (const auto *TypedNode = NodeList[0].get<T>()) { in match() local
293 ParentMap->getDynNodeFromMap(TypedNode, ParentMap->PointerParents); in match()
298 [TypedNode](bool, DynTypedNodeList NodeList, auto... TupleTail) { in match()
299 return std::make_tuple(true, NodeList, TypedNode, TupleTail...); in match()
314 if (const auto *TypedNode = NodeList[0].get<T>()) { in match() local
316 ParentMap->getDynNodeFromMap(TypedNode, ParentMap->PointerParents); in match()
318 return std::make_tuple(true, NodeList, TypedNode); in match()