Searched defs:setPath (Results 1 – 4 of 4) sorted by relevance
151 void setPath(StringRef Path_) { Path = std::string(Path_); } in setPath() function
145 virtual void setPath(const Twine &Path) {} in setPath() function
240 void RealFile::setPath(const Twine &Path) { in setPath() function in RealFile723 void setPath(const Twine &Path) override { RequestedName = Path.str(); } in setPath() function in llvm::vfs::detail::__anonf88482be0511::InMemoryFileAdaptor2434 void setPath(const Twine &Path) override { S = S.copyWithNewName(S, Path); } in setPath() function in __anonf88482be0d11::FileWithFixedStatus
360 void setPath(const PathType &NewPath) { Path = NewPath; } in setPath() function