Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h656 DeclListNode *ListNodeFreeList = nullptr; variable
744 if (DeclListNode *Alloc = ListNodeFreeList) { in AllocateDeclListNode()
745 ListNodeFreeList = Alloc->Rest.dyn_cast<DeclListNode*>(); in AllocateDeclListNode()
755 N->Rest = ListNodeFreeList; in DeallocateDeclListNode()
756 ListNodeFreeList = N; in DeallocateDeclListNode()