Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h609 DeclListNode *ListNodeFreeList = nullptr; variable
665 if (DeclListNode *Alloc = ListNodeFreeList) { in AllocateDeclListNode()
666 ListNodeFreeList = Alloc->Rest.dyn_cast<DeclListNode*>(); in AllocateDeclListNode()
676 N->Rest = ListNodeFreeList; in DeallocateDeclListNode()
677 ListNodeFreeList = N; in DeallocateDeclListNode()