Lines Matching refs:remap
26 struct Remap {
59 llvm::OwningPtr<Remap> remap(new Remap());
61 bool err = arcmt::getFileRemappings(remap->Vec, migrate_dir_path,&diagBuffer);
74 return remap.take();
78 return static_cast<Remap *>(map)->Vec.size();
86 static_cast<Remap *>(map)->Vec[index].first,
90 static_cast<Remap *>(map)->Vec[index].second,
95 delete static_cast<Remap *>(map);