HomeSort by: relevance | last modified time | path
    Searched defs:Remap (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/libclang/
ARCMigrate.cpp 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();
85 std::unique_ptr<Remap> remap(new Remap());
91 return remap.release()
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
StratifiedSets.h 171 /// remap has occurred, and use this information so we can defer renumbering set
181 Remap = StratifiedLink::SetSentinel;
236 bool isRemapped() const { return Remap != StratifiedLink::SetSentinel; }
241 Remap = Other;
246 return Remap;
252 Remap = Other;
262 StratifiedIndex Remap;
428 // remap to NewRemap
490 // Remap needs to happen after getBelow(), but before
  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTReader.h 355 friend class ASTUnit; // ASTUnit needs to remap source locations.
2157 "Cannot find offset to remap.");
2158 int Remap = ModuleFile.SLocRemap.find(Loc.getOffset())->second;
2159 return Loc.getLocWithOffset(Remap);

Completed in 44 milliseconds