/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | VirtualFileSystem.h | 271 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/llvm-project/llvm/include/llvm/Support/ |
D | VirtualFileSystem.h | 272 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/clang/include/clang/Basic/ |
D | VirtualFileSystem.h | 221 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/ |
D | FileCollector.cpp | 249 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override { in getCurrentWorkingDirectory() function in __anonc872f58e0111::FileCollectorFileSystem 250 return FS->getCurrentWorkingDirectory(); in getCurrentWorkingDirectory()
|
D | VirtualFileSystem.cpp | 128 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/ |
D | FileCollector.cpp | 275 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override { in getCurrentWorkingDirectory() function in llvm::FileCollectorFileSystem 276 return FS->getCurrentWorkingDirectory(); in getCurrentWorkingDirectory()
|
D | VirtualFileSystem.cpp | 128 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/ |
D | VirtualFileSystem.cpp | 108 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 __anon45e96e000711::RedirectingFileSystem 904 return ExternalFS->getCurrentWorkingDirectory(); in getCurrentWorkingDirectory()
|
/external/llvm-project/llvm/unittests/Support/ |
D | VirtualFileSystemTest.cpp | 73 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override { in getCurrentWorkingDirectory() function in __anon47feb29b0111::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/llvm-project/clang-tools-extra/clang-tidy/ |
D | ClangTidy.cpp | 390 .getCurrentWorkingDirectory(); in CreateASTConsumer() 585 auto InitialWorkingDir = FileSystem.getCurrentWorkingDirectory(); in handleErrors()
|
/external/clang/unittests/Basic/ |
D | VirtualFileSystemTest.cpp | 64 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override { in getCurrentWorkingDirectory() function in __anon1373c97c0111::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/lldb/unittests/Host/ |
D | FileSystemTest.cpp | 63 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override { in getCurrentWorkingDirectory() function in __anon7e4cd0180111::DummyFileSystem
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | ParsedAST.cpp | 353 auto BuildDir = VFS->getCurrentWorkingDirectory(); in build()
|
/external/llvm-project/clang/lib/Tooling/ |
D | Tooling.cpp | 481 if (auto CWD = OverlayFileSystem->getCurrentWorkingDirectory()) { in run()
|
/external/llvm-project/clang/lib/Driver/ToolChains/ |
D | Clang.cpp | 626 VFS.getCurrentWorkingDirectory()) { in addDebugCompDirArg() 2214 auto CWD = D.getVFS().getCurrentWorkingDirectory(); in DumpCompilationDatabase()
|