reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Support/FileCollector.cpp
  129             sys::fs::create_directories(sys::path::parent_path(entry.RPath),
  146               sys::fs::create_directories(entry.RPath,
  155     if (std::error_code EC = sys::fs::copy_file(entry.VPath, entry.RPath)) {
  162       if (std::error_code EC = sys::fs::setPermissions(entry.RPath, *perms)) {
  169     copyAccessAndModificationTime(entry.RPath, Stat);
lib/Support/VirtualFileSystem.cpp
 1982     StringRef RPath = Entry.RPath;
 2004       StringRef RPath = Entry.RPath;
tools/clang/lib/Frontend/CompilerInstance.cpp
  214     MDC->addFile(E.VPath, E.RPath);
unittests/Support/FileCollectorTest.cpp
   21   return LHS.VPath == RHS.VPath && LHS.RPath == RHS.RPath;
   21   return LHS.VPath == RHS.VPath && LHS.RPath == RHS.RPath;