Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h656 DeclListNode *ListNodeFreeList = nullptr; variable
750 if (DeclListNode *Alloc = ListNodeFreeList) { in AllocateDeclListNode()
751 ListNodeFreeList = Alloc->Rest.dyn_cast<DeclListNode*>(); in AllocateDeclListNode()
761 N->Rest = ListNodeFreeList; in DeallocateDeclListNode()
762 ListNodeFreeList = N; in DeallocateDeclListNode()