reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
977 allocator = std::make_unique<BumpPtrAllocator>(); 978 tuOrErr->name = copyDebugString(tuOrErr->name, *allocator); 979 tuOrErr->path = copyDebugString(tuOrErr->path, *allocator); 983 file.debugInfo()->setAllocator(std::move(allocator));