Searched refs:AnnotationAllocators (Results 1 – 1 of 1) sorted by relevance
73 std::unordered_map<AllocatorIdTy, AnnotationAllocator> AnnotationAllocators; variable285 AnnotationAllocators.emplace(0, AnnotationAllocator()); in MCPlusBuilder()299 AnnotationAllocators.emplace(MaxAllocatorId, AnnotationAllocator()); in initializeNewAnnotationAllocator()305 assert(AnnotationAllocators.count(AllocatorId) && in getAnnotationAllocator()307 return AnnotationAllocators.find(AllocatorId)->second; in getAnnotationAllocator()312 return AnnotationAllocators.count(AllocatorId); in checkAllocatorExists()329 for (auto &Element : AnnotationAllocators) { in freeAnnotations()