Searched refs:TypedNode (Results 1 – 1 of 1) sorted by relevance
272 if (const auto *TypedNode = NodeList[0].get<T>()) { in match() local274 ParentMap->getDynNodeFromMap(TypedNode, ParentMap->PointerParents); in match()279 [TypedNode](bool, DynTypedNodeList NodeList, auto... TupleTail) { in match()280 return std::make_tuple(true, NodeList, TypedNode, TupleTail...); in match()295 if (const auto *TypedNode = NodeList[0].get<T>()) { in match() local297 ParentMap->getDynNodeFromMap(TypedNode, ParentMap->PointerParents); in match()299 return std::make_tuple(true, NodeList, TypedNode); in match()