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

References

lib/Support/VirtualFileSystem.cpp
  952   P.toVector(Path);
  955   std::error_code EC = makeAbsolute(Path);
  960     llvm::sys::path::remove_dots(Path, /*remove_dot_dot=*/true);
  962   if (!Path.empty())
  963     WorkingDirectory = Path.str();