Searched refs:TypedNode (Results 1 – 1 of 1) sorted by relevance
297 if (const auto *TypedNode = NodeList[0].get<T>()) { in match() local299 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() local322 ParentMap->getDynNodeFromMap(TypedNode, ParentMap->PointerParents); in match()324 return std::make_tuple(true, NodeList, TypedNode); in match()