Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h633 DeclListNode *ListNodeFreeList = nullptr; variable
721 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()