Searched refs:setPath (Results 1 – 5 of 5) sorted by relevance
401 void setPath(const PathType &NewPath) { Path = NewPath; } in setPath() function572 TPath.setPath(Path); in run()899 TPath.setPath(NewPath); in createAllExitPaths()
157 void setPath(StringRef Path_) { Path = std::string(Path_); }
617 File->setPath(Ctx->Path); in denormalize()912 File->setPath(Ctx->Path); in denormalize()
203 void setPath(const Twine &Path) override;239 void RealFile::setPath(const Twine &Path) { in setPath() function in RealFile720 void setPath(const Twine &Path) override { RequestedName = Path.str(); } in setPath() function in llvm::vfs::detail::__anon40a6f2f50511::InMemoryFileAdaptor2418 void setPath(const Twine &Path) override { S = S.copyWithNewName(S, Path); } in setPath() function in __anon40a6f2f50d11::FileWithFixedStatus2433 F->get()->setPath(P); in getWithPath()
145 virtual void setPath(const Twine &Path) {} in setPath() function