Searched refs:ToDealloc (Results 1 – 1 of 1) sorted by relevance
114 while (DeclListNode *ToDealloc = List.dyn_cast<DeclListNode *>()) { in MaybeDeallocList() local115 List = ToDealloc->Rest; in MaybeDeallocList()116 C.DeallocateDeclListNode(ToDealloc); in MaybeDeallocList()