Searched defs:BumpPtrAllocator (Results 1 – 8 of 8) sorted by relevance
80 void clear(BumpPtrAllocator &) { FreeList = nullptr; } in clear() argument
115 void clear(BumpPtrAllocator&) { in clear() argument
439 typedef BumpPtrAllocatorImpl<> BumpPtrAllocator; typedef
79 void clear(BumpPtrAllocator &) { FreeList = nullptr; } in clear() argument
114 void clear(BumpPtrAllocator&) { in clear() argument
358 typedef BumpPtrAllocatorImpl<> BumpPtrAllocator; typedef
361 typedef BumpPtrAllocatorImpl<> BumpPtrAllocator; typedef
472 void *(*CreateContext)(llvm::BumpPtrAllocator&), in FindGDMContext()