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

Declarations

include/llvm/Support/Path.h
  445 StringRef remove_leading_dotslash(StringRef path, Style style = Style::native);

References

lib/IR/DiagnosticInfo.cpp
  139   return sys::path::remove_leading_dotslash(Path).str();
lib/Support/FileCollector.cpp
   80   AbsoluteSrc = sys::path::remove_leading_dotslash(AbsoluteSrc);
lib/Support/VirtualFileSystem.cpp
 1335           Path = sys::path::remove_leading_dotslash(Path);
 1396           FullPath = sys::path::remove_leading_dotslash(FullPath);
 1637     Path = sys::path::remove_leading_dotslash(Path);
tools/clang/lib/CodeGen/CGDebugInfo.cpp
  546       MainFileName = llvm::sys::path::remove_leading_dotslash(MainFileDirSS);
tools/clang/lib/Frontend/DependencyFile.cpp
   55         llvm::sys::path::remove_leading_dotslash(File->getName());
   65         llvm::sys::path::remove_leading_dotslash(SkippedFile.getName());
   91         llvm::sys::path::remove_leading_dotslash(File->getName());
tools/clang/lib/Frontend/ModuleDependencyCollector.cpp
  193   AbsoluteSrc = path::remove_leading_dotslash(AbsoluteSrc);
tools/clang/tools/extra/clangd/Headers.cpp
  207         llvm::sys::path::remove_leading_dotslash(RelFile));
unittests/Support/Path.cpp
 1180   Path1 = path::remove_leading_dotslash(Path1);
 1182   Path2 = path::remove_leading_dotslash(Path2);