Home | History | Annotate | Download | only in libclang

Lines Matching refs:Remap

25 struct Remap {
58 std::unique_ptr<Remap> remap(new Remap());
60 bool err = arcmt::getFileRemappings(remap->Vec, migrate_dir_path,&diagBuffer);
73 return remap.release();
80 std::unique_ptr<Remap> remap(new Remap());
86 return remap.release();
101 bool err = arcmt::getFileRemappingsFromFileList(remap->Vec, Files,
111 return remap.release();
114 return remap.release();
118 return static_cast<Remap *>(map)->Vec.size();
126 static_cast<Remap *>(map)->Vec[index].first);
129 static_cast<Remap *>(map)->Vec[index].second);
133 delete static_cast<Remap *>(map);