Home
last modified time | relevance | path

Searched refs:ListNodeFreeList (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DASTContext.h622 DeclListNode *ListNodeFreeList = nullptr; variable
690 if (DeclListNode *Alloc = ListNodeFreeList) { in AllocateDeclListNode()
691 ListNodeFreeList = Alloc->Rest.dyn_cast<DeclListNode*>(); in AllocateDeclListNode()
701 N->Rest = ListNodeFreeList; in DeallocateDeclListNode()
702 ListNodeFreeList = N; in DeallocateDeclListNode()