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

References

tools/clang/lib/Frontend/ModuleDependencyCollector.cpp
  210     path::append(CacheDst, path::relative_path(CopyFrom));
  216     path::append(CacheDst, Dst);
  221   if (std::error_code EC = fs::create_directories(path::parent_path(CacheDst),
  224   if (std::error_code EC = fs::copy_file(CopyFrom, CacheDst))
  232   addFileMapping(VirtualPath, CacheDst);