Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclContextInternals.h103 while (DeclListNode *ToDealloc = List.dyn_cast<DeclListNode *>()) { in MaybeDeallocList() local
104 List = ToDealloc->Rest; in MaybeDeallocList()
105 C.DeallocateDeclListNode(ToDealloc); in MaybeDeallocList()