Home | History | Annotate | Download | only in libclang

Lines Matching defs:Remap

25 struct Remap {
60 std::unique_ptr<Remap> remap(new Remap());
62 bool err = arcmt::getFileRemappings(remap->Vec, migrate_dir_path,&diagBuffer);
75 return remap.release();
87 std::unique_ptr<Remap> remap(new Remap());
93 return remap.release();
106 bool err = arcmt::getFileRemappingsFromFileList(remap->Vec, Files,
116 return remap.release();
119 return remap.release();
124 return static_cast<Remap *>(map)->Vec.size();
132 static_cast<Remap *>(map)->Vec[index].first);
135 static_cast<Remap *>(map)->Vec[index].second);
139 delete static_cast<Remap *>(map);