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