Searched refs:ListNodeFreeList (Results 1 – 1 of 1) sorted by relevance
633 DeclListNode *ListNodeFreeList = nullptr; variable721 if (DeclListNode *Alloc = ListNodeFreeList) { in AllocateDeclListNode()722 ListNodeFreeList = Alloc->Rest.dyn_cast<DeclListNode*>(); in AllocateDeclListNode()732 N->Rest = ListNodeFreeList; in DeallocateDeclListNode()733 ListNodeFreeList = N; in DeallocateDeclListNode()