HomeSort by: relevance | last modified time | path
    Searched refs:setCurrentWorkingDirectory (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
FileCollector.cpp 300 std::error_code setCurrentWorkingDirectory(const llvm::Twine &Path) override {
301 return FS->setCurrentWorkingDirectory(Path);
VirtualFileSystem.cpp 260 std::error_code setCurrentWorkingDirectory(const Twine &Path) override;
317 std::error_code RealFileSystem::setCurrentWorkingDirectory(const Twine &Path) {
397 FS->setCurrentWorkingDirectory(getCurrentWorkingDirectory().get());
428 OverlayFileSystem::setCurrentWorkingDirectory(const Twine &Path) {
430 if (std::error_code EC = FS->setCurrentWorkingDirectory(Path))
970 std::error_code InMemoryFileSystem::setCurrentWorkingDirectory(const Twine &P) {
1139 RedirectingFileSystem::setCurrentWorkingDirectory(const Twine &Path) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
VirtualFileSystem.h 269 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 {
389 return FS->setCurrentWorkingDirectory(Path);
495 std::error_code setCurrentWorkingDirectory(const Twine &Path) override;
839 std::error_code setCurrentWorkingDirectory(const Twine &Path) override;
  /src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
DependencyScanningWorker.cpp 186 RealFS->setCurrentWorkingDirectory(WorkingDirectory);
  /src/external/apache2/llvm/dist/clang/lib/Tooling/
Tooling.cpp 517 if (OverlayFileSystem->setCurrentWorkingDirectory(
565 OverlayFileSystem->setCurrentWorkingDirectory(InitialWorkingDir))
  /src/external/apache2/llvm/dist/clang/lib/Driver/
Driver.cpp 1093 if (VFS->setCurrentWorkingDirectory(WD->getValue()))

Completed in 39 milliseconds