Searched refs:setPath (Results 1 – 9 of 9) sorted by relevance
163 IF->setPath(getPath()); in merge() 246 IF->setPath(getPath()); in remove() 315 IF->setPath(getPath()); in extract() 382 setPath(BA.Path);
578 File->setPath(Ctx->Path); in denormalize()867 File->setPath(Ctx->Path); in denormalize()1113 (*FileOrErr)->setPath(Ctx.Path); in get()
260 File.setPath("libfoo.dylib"); in TEST()328 File.setPath("libfoo.dylib"); in TEST()352 Document.setPath("libbar.dylib"); in TEST()
191 File.setPath("libfoo.dylib"); in TEST()
173 File.setPath("libfoo.dylib"); in TEST()
399 void setPath(const PathType &NewPath) { Path = NewPath; } in MainSwitch() 374 void setPath(const PathType &NewPath) { Path = NewPath; } setPath() function
114 void setPath(StringRef Path_) { Path = std::string(Path_); } in setPath() function
214 void setPath(const Twine &Path) override;250 void RealFile::setPath(const Twine &Path) { in setPath() function in RealFile 759 void setPath(const Twine &Path) override { RequestedName = Path.str(); }2533 void setPath(const Twine &Path) override { S = S.copyWithNewName(S, Path); } in getWithPath() 2548 F->get()->setPath(P); in openFileForRead() 747 void setPath(const Twine &Path) override { RequestedName = Path.str(); } setPath() function in llvm::vfs::detail::__anoneadfb2db0511::InMemoryFileAdaptor 2520 void setPath(const Twine &Path) override { S = S.copyWithNewName(S, Path); } setPath() function in __anoneadfb2db0d11::FileWithFixedStatus
143 virtual void setPath(const Twine &Path) {} in setPath() function