Home | History | Annotate | Download | only in libclang

Lines Matching refs:remap

26 struct Remap {
59 OwningPtr<Remap> remap(new Remap());
61 bool err = arcmt::getFileRemappings(remap->Vec, migrate_dir_path,&diagBuffer);
74 return remap.take();
81 OwningPtr<Remap> remap(new Remap());
87 return remap.take();
102 bool err = arcmt::getFileRemappingsFromFileList(remap->Vec, Files,
112 return remap.take();
115 return remap.take();
119 return static_cast<Remap *>(map)->Vec.size();
127 static_cast<Remap *>(map)->Vec[index].first,
131 static_cast<Remap *>(map)->Vec[index].second,
136 delete static_cast<Remap *>(map);