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.h729 DeclListNode *ListNodeFreeList = nullptr; variable
823 if (DeclListNode *Alloc = ListNodeFreeList) { in AllocateDeclListNode()
824 ListNodeFreeList = dyn_cast_if_present<DeclListNode *>(Alloc->Rest); in AllocateDeclListNode()
834 N->Rest = ListNodeFreeList; in DeallocateDeclListNode()
835 ListNodeFreeList = N; in DeallocateDeclListNode()