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

References

tools/clang/lib/Frontend/ModuleDependencyCollector.cpp
  203   if (!getRealPath(AbsoluteSrc, CopyFrom))
  204     CopyFrom = VirtualPath;
  210     path::append(CacheDst, path::relative_path(CopyFrom));
  217     CopyFrom = Dst;
  224   if (std::error_code EC = fs::copy_file(CopyFrom, CacheDst))