Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclContextInternals.h102 while (DeclListNode *ToDealloc = List.dyn_cast<DeclListNode *>()) { in MaybeDeallocList() local
103 List = ToDealloc->Rest; in MaybeDeallocList()
104 C.DeallocateDeclListNode(ToDealloc); in MaybeDeallocList()