Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h627 DeclListNode *ListNodeFreeList = nullptr; variable
715 if (DeclListNode *Alloc = ListNodeFreeList) { in AllocateDeclListNode()
716 ListNodeFreeList = Alloc->Rest.dyn_cast<DeclListNode*>(); in AllocateDeclListNode()
726 N->Rest = ListNodeFreeList; in DeallocateDeclListNode()
727 ListNodeFreeList = N; in DeallocateDeclListNode()