Searched refs:ListNodeFreeList (Results 1 – 1 of 1) sorted by relevance
609 DeclListNode *ListNodeFreeList = nullptr; variable665 if (DeclListNode *Alloc = ListNodeFreeList) { in AllocateDeclListNode()666 ListNodeFreeList = Alloc->Rest.dyn_cast<DeclListNode*>(); in AllocateDeclListNode()676 N->Rest = ListNodeFreeList; in DeallocateDeclListNode()677 ListNodeFreeList = N; in DeallocateDeclListNode()