Home
last modified time | relevance | path

Searched refs:getCurrentWorkingDirectory (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/llvm/include/llvm/Support/
DVirtualFileSystem.h272 virtual llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const = 0;
339 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override;
385 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override { in getCurrentWorkingDirectory() function
386 return FS->getCurrentWorkingDirectory(); in getCurrentWorkingDirectory()
483 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override { in getCurrentWorkingDirectory() function
745 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DVirtualFileSystem.h271 virtual llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const = 0;
338 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override;
384 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override { in getCurrentWorkingDirectory() function
385 return FS->getCurrentWorkingDirectory(); in getCurrentWorkingDirectory()
481 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override { in getCurrentWorkingDirectory() function
746 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override;
/external/clang/include/clang/Basic/
DVirtualFileSystem.h221 virtual llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const = 0;
269 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override;
313 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override { in getCurrentWorkingDirectory() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCollector.cpp249 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override { in getCurrentWorkingDirectory() function in __anon6f8789470111::FileCollectorFileSystem
250 return FS->getCurrentWorkingDirectory(); in getCurrentWorkingDirectory()
DVirtualFileSystem.cpp128 auto WorkingDir = getCurrentWorkingDirectory(); in makeAbsolute()
259 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override;
307 llvm::ErrorOr<std::string> RealFileSystem::getCurrentWorkingDirectory() const { in getCurrentWorkingDirectory() function in RealFileSystem
397 FS->setCurrentWorkingDirectory(getCurrentWorkingDirectory().get()); in pushOverlay()
422 OverlayFileSystem::getCurrentWorkingDirectory() const { in getCurrentWorkingDirectory() function in OverlayFileSystem
424 return FSList.front()->getCurrentWorkingDirectory(); in getCurrentWorkingDirectory()
970 auto CWD = getCurrentWorkingDirectory(); in getRealPath()
996 ExternalFS->getCurrentWorkingDirectory()) { in RedirectingFileSystem()
1047 RedirectingFileSystem::getCurrentWorkingDirectory() const { in getCurrentWorkingDirectory() function in RedirectingFileSystem
1081 auto WorkingDir = getCurrentWorkingDirectory(); in makeAbsolute()
/external/llvm-project/llvm/lib/Support/
DFileCollector.cpp275 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override { in getCurrentWorkingDirectory() function in llvm::FileCollectorFileSystem
276 return FS->getCurrentWorkingDirectory(); in getCurrentWorkingDirectory()
DVirtualFileSystem.cpp128 auto WorkingDir = getCurrentWorkingDirectory(); in makeAbsolute()
259 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override;
307 llvm::ErrorOr<std::string> RealFileSystem::getCurrentWorkingDirectory() const { in getCurrentWorkingDirectory() function in RealFileSystem
397 FS->setCurrentWorkingDirectory(getCurrentWorkingDirectory().get()); in pushOverlay()
422 OverlayFileSystem::getCurrentWorkingDirectory() const { in getCurrentWorkingDirectory() function in OverlayFileSystem
424 return FSList.front()->getCurrentWorkingDirectory(); in getCurrentWorkingDirectory()
969 auto CWD = getCurrentWorkingDirectory(); in getRealPath()
1017 ExternalFS->getCurrentWorkingDirectory()) { in RedirectingFileSystem()
1068 RedirectingFileSystem::getCurrentWorkingDirectory() const { in getCurrentWorkingDirectory() function in RedirectingFileSystem
1102 auto WorkingDir = getCurrentWorkingDirectory(); in makeAbsolute()
/external/clang/lib/Basic/
DVirtualFileSystem.cpp108 auto WorkingDir = getCurrentWorkingDirectory(); in makeAbsolute()
202 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override;
223 llvm::ErrorOr<std::string> RealFileSystem::getCurrentWorkingDirectory() const { in getCurrentWorkingDirectory() function in RealFileSystem
298 FS->setCurrentWorkingDirectory(getCurrentWorkingDirectory().get()); in pushOverlay()
323 OverlayFileSystem::getCurrentWorkingDirectory() const { in getCurrentWorkingDirectory() function in OverlayFileSystem
325 return FSList.front()->getCurrentWorkingDirectory(); in getCurrentWorkingDirectory()
903 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override { in getCurrentWorkingDirectory() function in __anon393354d90711::RedirectingFileSystem
904 return ExternalFS->getCurrentWorkingDirectory(); in getCurrentWorkingDirectory()
/external/llvm-project/llvm/unittests/Support/
DVirtualFileSystemTest.cpp73 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override { in getCurrentWorkingDirectory() function in __anona178f4740111::DummyFileSystem
460 EXPECT_EQ(BDir.path(), *BFS->getCurrentWorkingDirectory()); in TEST()
461 EXPECT_EQ(C.path(), *CFS->getCurrentWorkingDirectory()); in TEST()
873 auto PWD = PFS.getCurrentWorkingDirectory(); in TEST()
1014 ASSERT_EQ("/b", *FS.getCurrentWorkingDirectory()); in TEST_F()
1022 getPosixPath(NormalizedFS.getCurrentWorkingDirectory().get())); in TEST_F()
1025 getPosixPath(NormalizedFS.getCurrentWorkingDirectory().get())); in TEST_F()
1991 llvm::ErrorOr<std::string> WorkingDir = FS->getCurrentWorkingDirectory(); in TEST_F()
2006 WorkingDir = FS->getCurrentWorkingDirectory(); in TEST_F()
2012 WorkingDir = FS->getCurrentWorkingDirectory(); in TEST_F()
[all …]
/external/clang/unittests/Basic/
DVirtualFileSystemTest.cpp64 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override { in getCurrentWorkingDirectory() function in __anoncc6ad3950111::DummyFileSystem
639 ASSERT_EQ("/b", *FS.getCurrentWorkingDirectory()); in TEST_F()
651 NormalizedFS.getCurrentWorkingDirectory().get())); in TEST_F()
654 NormalizedFS.getCurrentWorkingDirectory().get())); in TEST_F()
/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidy.cpp390 .getCurrentWorkingDirectory(); in CreateASTConsumer()
585 auto InitialWorkingDir = FileSystem.getCurrentWorkingDirectory(); in handleErrors()
/external/llvm-project/lldb/unittests/Host/
DFileSystemTest.cpp63 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override { in getCurrentWorkingDirectory() function in __anon917d3eb10111::DummyFileSystem
/external/llvm-project/clang-tools-extra/clangd/
DParsedAST.cpp353 auto BuildDir = VFS->getCurrentWorkingDirectory(); in build()
/external/llvm-project/clang/lib/Tooling/
DTooling.cpp481 if (auto CWD = OverlayFileSystem->getCurrentWorkingDirectory()) { in run()
/external/llvm-project/clang/lib/Driver/ToolChains/
DClang.cpp626 VFS.getCurrentWorkingDirectory()) { in addDebugCompDirArg()
2214 auto CWD = D.getVFS().getCurrentWorkingDirectory(); in DumpCompilationDatabase()