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

Declarations

include/llvm/Support/Path.h
  164 void replace_path_prefix(SmallVectorImpl<char> &Path,

References

lib/LTO/LTO.cpp
 1179   llvm::sys::path::replace_path_prefix(NewPath, OldPrefix, NewPrefix);
tools/clang/tools/extra/clang-doc/Mapper.cpp
  110   llvm::sys::path::replace_path_prefix(File, Prefix, "");
tools/clang/tools/extra/clangd/Headers.cpp
  205     llvm::sys::path::replace_path_prefix(RelFile, IncludingDir, "./");
tools/llvm-lto/llvm-lto.cpp
  450   llvm::sys::path::replace_path_prefix(NewPath, OldPrefix, NewPrefix);
unittests/Support/Path.cpp
 1239   path::replace_path_prefix(Path, OldPrefix, NewPrefix);
 1242   path::replace_path_prefix(Path, OldPrefix, NewPrefix);
 1245   path::replace_path_prefix(Path, OldPrefix, NewPrefix2);
 1248   path::replace_path_prefix(Path, EmptyPrefix, NewPrefix);
 1251   path::replace_path_prefix(Path, OldPrefix, EmptyPrefix);