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.cpp297 if (const auto *TypedNode = NodeList[0].get<T>()) { in match() local
299 ParentMap->getDynNodeFromMap(TypedNode, ParentMap->PointerParents); in match()
304 [TypedNode](bool, DynTypedNodeList NodeList, auto... TupleTail) { in match()
305 return std::make_tuple(true, NodeList, TypedNode, TupleTail...); in match()
320 if (const auto *TypedNode = NodeList[0].get<T>()) { in match() local
322 ParentMap->getDynNodeFromMap(TypedNode, ParentMap->PointerParents); in match()
324 return std::make_tuple(true, NodeList, TypedNode); in match()