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

References

lib/Support/VirtualFileSystem.cpp
  700   P.toVector(Path);
  703   std::error_code EC = makeAbsolute(Path);
  708     llvm::sys::path::remove_dots(Path, /*remove_dot_dot=*/true);
  710   if (Path.empty())
  714   auto I = llvm::sys::path::begin(Path), E = sys::path::end(Path);
  714   auto I = llvm::sys::path::begin(Path), E = sys::path::end(Path);
  752           StringRef(Path.str().begin(), Name.end() - Path.str().begin()),
  752           StringRef(Path.str().begin(), Name.end() - Path.str().begin()),