HomeSort by relevance Sort by last modified time
    Searched defs:Remap (Results 1 - 3 of 3) sorted by null

  /external/clang/tools/libclang/
ARCMigrate.cpp 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()
    [all...]
  /external/v8/build/android/pylib/utils/
isolator.py 78 def Remap(self, isolate_abs_path, isolated_abs_path,
103 sys.executable, _ISOLATE_SCRIPT, 'remap',
135 raise Exception('isolate remap command did not use hardlinks.')
  /external/clang/include/clang/Serialization/
ASTReader.h 353 friend class ASTUnit; // ASTUnit needs to remap source locations.
    [all...]

Completed in 101 milliseconds