Home
last modified time | relevance | path

Searched refs:setCurrentWorkingDirectory (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DVirtualFileSystem.h269 virtual std::error_code setCurrentWorkingDirectory(const Twine &Path) = 0;
340 std::error_code setCurrentWorkingDirectory(const Twine &Path) override;
388 std::error_code setCurrentWorkingDirectory(const Twine &Path) override { in setCurrentWorkingDirectory() function
389 return FS->setCurrentWorkingDirectory(Path); in setCurrentWorkingDirectory()
495 std::error_code setCurrentWorkingDirectory(const Twine &Path) override;
839 std::error_code setCurrentWorkingDirectory(const Twine &Path) override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DFileCollector.cpp300 std::error_code setCurrentWorkingDirectory(const llvm::Twine &Path) override { in setCurrentWorkingDirectory() function in llvm::FileCollectorFileSystem
301 return FS->setCurrentWorkingDirectory(Path); in setCurrentWorkingDirectory()
H A DVirtualFileSystem.cpp260 std::error_code setCurrentWorkingDirectory(const Twine &Path) override;
317 std::error_code RealFileSystem::setCurrentWorkingDirectory(const Twine &Path) { in setCurrentWorkingDirectory() function in RealFileSystem
397 FS->setCurrentWorkingDirectory(getCurrentWorkingDirectory().get()); in pushOverlay()
428 OverlayFileSystem::setCurrentWorkingDirectory(const Twine &Path) { in setCurrentWorkingDirectory() function in OverlayFileSystem
430 if (std::error_code EC = FS->setCurrentWorkingDirectory(Path)) in setCurrentWorkingDirectory()
970 std::error_code InMemoryFileSystem::setCurrentWorkingDirectory(const Twine &P) { in setCurrentWorkingDirectory() function in llvm::vfs::InMemoryFileSystem
1139 RedirectingFileSystem::setCurrentWorkingDirectory(const Twine &Path) { in setCurrentWorkingDirectory() function in RedirectingFileSystem
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp186 RealFS->setCurrentWorkingDirectory(WorkingDirectory); in computeDependencies()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DTooling.cpp517 if (OverlayFileSystem->setCurrentWorkingDirectory( in run()
565 OverlayFileSystem->setCurrentWorkingDirectory(InitialWorkingDir)) in run()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp1093 if (VFS->setCurrentWorkingDirectory(WD->getValue())) in BuildCompilation()