Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclContextInternals.h67 C.DeallocateDeclListNode(N); in erase_if()
75 C.DeallocateDeclListNode(Node); in erase_if()
116 C.DeallocateDeclListNode(ToDealloc); in MaybeDeallocList()
H A DASTContext.h760 void DeallocateDeclListNode(DeclListNode *N) { in DeallocateDeclListNode() function