/aosp_15_r20/external/clang/lib/Tooling/ |
H A D | Tooling.cpp | 133 llvm::IntrusiveRefCntPtr<vfs::OverlayFileSystem> OverlayFileSystem( in runToolOnCodeWithArgs() local 134 new vfs::OverlayFileSystem(vfs::getRealFileSystem())); in runToolOnCodeWithArgs() 137 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in runToolOnCodeWithArgs() 139 new FileManager(FileSystemOptions(), OverlayFileSystem)); in runToolOnCodeWithArgs() 321 OverlayFileSystem(new vfs::OverlayFileSystem(vfs::getRealFileSystem())), in ClangTool() 323 Files(new FileManager(FileSystemOptions(), OverlayFileSystem)), in ClangTool() 325 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in ClangTool() 409 if (OverlayFileSystem->setCurrentWorkingDirectory( in run() 453 if (OverlayFileSystem->setCurrentWorkingDirectory(InitialDirectory.c_str())) in run() 508 llvm::IntrusiveRefCntPtr<vfs::OverlayFileSystem> OverlayFileSystem( in buildASTFromCodeWithArgs() local [all …]
|
/aosp_15_r20/external/clang/unittests/Basic/ |
H A D | VirtualFileSystemTest.cpp | 183 IntrusiveRefCntPtr<vfs::OverlayFileSystem> O(new vfs::OverlayFileSystem(D)); in TEST() 200 IntrusiveRefCntPtr<vfs::OverlayFileSystem> O( in TEST() 201 new vfs::OverlayFileSystem(Base)); in TEST() 238 IntrusiveRefCntPtr<vfs::OverlayFileSystem> O( in TEST() 239 new vfs::OverlayFileSystem(Lower)); in TEST() 263 IntrusiveRefCntPtr<vfs::OverlayFileSystem> O( in TEST() 264 new vfs::OverlayFileSystem(Lower)); in TEST() 397 IntrusiveRefCntPtr<vfs::OverlayFileSystem> O( in TEST() 398 new vfs::OverlayFileSystem(Lower)); in TEST() 422 IntrusiveRefCntPtr<vfs::OverlayFileSystem> O( in TEST() [all …]
|
/aosp_15_r20/external/clang/unittests/Tooling/ |
H A D | RewriterTestContext.h | 43 OverlayFileSystem( in RewriterTestContext() 44 new vfs::OverlayFileSystem(vfs::getRealFileSystem())), in RewriterTestContext() 45 Files(FileSystemOptions(), OverlayFileSystem), in RewriterTestContext() 50 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in RewriterTestContext() 118 IntrusiveRefCntPtr<vfs::OverlayFileSystem> OverlayFileSystem; variable
|
H A D | ToolingTest.cpp | 152 llvm::IntrusiveRefCntPtr<vfs::OverlayFileSystem> OverlayFileSystem( in TEST() local 153 new vfs::OverlayFileSystem(vfs::getRealFileSystem())); in TEST() 156 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in TEST() 158 new FileManager(FileSystemOptions(), OverlayFileSystem)); in TEST() 178 llvm::IntrusiveRefCntPtr<vfs::OverlayFileSystem> OverlayFileSystem( in TEST() local 179 new vfs::OverlayFileSystem(vfs::getRealFileSystem())); in TEST() 182 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in TEST() 184 new FileManager(FileSystemOptions(), OverlayFileSystem)); in TEST()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-tidy/ |
D | ClangTidy.h | 38 IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> OverlayFS = nullptr); 52 IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> OverlayFS; 90 llvm::IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> BaseFS,
|
D | ExpandModularHeadersPPCallbacks.h | 17 class OverlayFileSystem; variable 45 IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> OverlayFS);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-tidy/ |
D | ClangTidy.h | 38 IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> OverlayFS = nullptr); 52 IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> OverlayFS; 90 llvm::IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> BaseFS,
|
D | ExpandModularHeadersPPCallbacks.h | 17 class OverlayFileSystem; variable 45 IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> OverlayFS);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-tidy/ |
D | ClangTidy.h | 38 IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> OverlayFS = nullptr); 52 IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> OverlayFS; 90 llvm::IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> BaseFS,
|
D | ExpandModularHeadersPPCallbacks.h | 17 class OverlayFileSystem; variable 45 IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> OverlayFS);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang-tidy/ |
D | ClangTidy.h | 38 IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> OverlayFS = nullptr); 52 IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> OverlayFS; 90 llvm::IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> BaseFS,
|
D | ExpandModularHeadersPPCallbacks.h | 17 class OverlayFileSystem; variable 45 IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> OverlayFS);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | VirtualFileSystem.cpp | 389 OverlayFileSystem::OverlayFileSystem(IntrusiveRefCntPtr<FileSystem> BaseFS) { in OverlayFileSystem() function in OverlayFileSystem 393 void OverlayFileSystem::pushOverlay(IntrusiveRefCntPtr<FileSystem> FS) { in pushOverlay() 400 ErrorOr<Status> OverlayFileSystem::status(const Twine &Path) { in status() 411 OverlayFileSystem::openFileForRead(const llvm::Twine &Path) { in openFileForRead() 422 OverlayFileSystem::getCurrentWorkingDirectory() const { in getCurrentWorkingDirectory() 428 OverlayFileSystem::setCurrentWorkingDirectory(const Twine &Path) { in setCurrentWorkingDirectory() 435 std::error_code OverlayFileSystem::isLocal(const Twine &Path, bool &Result) { in isLocal() 443 OverlayFileSystem::getRealPath(const Twine &Path, in getRealPath() 456 OverlayFileSystem &Overlays; 458 OverlayFileSystem::iterator CurrentFS; [all …]
|
/aosp_15_r20/external/clang/lib/Basic/ |
H A D | VirtualFileSystem.cpp | 290 OverlayFileSystem::OverlayFileSystem(IntrusiveRefCntPtr<FileSystem> BaseFS) { in OverlayFileSystem() function in OverlayFileSystem 294 void OverlayFileSystem::pushOverlay(IntrusiveRefCntPtr<FileSystem> FS) { in pushOverlay() 301 ErrorOr<Status> OverlayFileSystem::status(const Twine &Path) { in status() 312 OverlayFileSystem::openFileForRead(const llvm::Twine &Path) { in openFileForRead() 323 OverlayFileSystem::getCurrentWorkingDirectory() const { in getCurrentWorkingDirectory() 328 OverlayFileSystem::setCurrentWorkingDirectory(const Twine &Path) { in setCurrentWorkingDirectory() 339 OverlayFileSystem &Overlays; 341 OverlayFileSystem::iterator CurrentFS; 386 OverlayFSDirIterImpl(const Twine &Path, OverlayFileSystem &FS, in OverlayFSDirIterImpl() 397 directory_iterator OverlayFileSystem::dir_begin(const Twine &Dir, in dir_begin()
|
/aosp_15_r20/build/make/tools/ide_query/cc_analyzer/ |
H A D | include_scanner.cc | 114 llvm::IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> overlay( in OverlayBuiltinHeaders() 115 new llvm::vfs::OverlayFileSystem(std::move(base))); in OverlayBuiltinHeaders()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | VirtualFileSystem.cpp | 418 OverlayFileSystem::OverlayFileSystem(IntrusiveRefCntPtr<FileSystem> BaseFS) { in OverlayFileSystem() function in OverlayFileSystem 422 void OverlayFileSystem::pushOverlay(IntrusiveRefCntPtr<FileSystem> FS) { in pushOverlay() 429 ErrorOr<Status> OverlayFileSystem::status(const Twine &Path) { in status() 440 OverlayFileSystem::openFileForRead(const llvm::Twine &Path) { in openFileForRead() 451 OverlayFileSystem::getCurrentWorkingDirectory() const { in getCurrentWorkingDirectory() 457 OverlayFileSystem::setCurrentWorkingDirectory(const Twine &Path) { in setCurrentWorkingDirectory() 464 std::error_code OverlayFileSystem::isLocal(const Twine &Path, bool &Result) { in isLocal() 472 OverlayFileSystem::getRealPath(const Twine &Path, in getRealPath() 480 void OverlayFileSystem::printImpl(raw_ostream &OS, PrintType Type, in printImpl() 576 directory_iterator OverlayFileSystem::dir_begin(const Twine &Dir, in dir_begin()
|
/aosp_15_r20/external/clang/include/clang/Tooling/ |
H A D | Tooling.h | 340 llvm::IntrusiveRefCntPtr<vfs::OverlayFileSystem> OverlayFileSystem; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Tooling/ |
D | Tooling.h | 383 llvm::IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> OverlayFileSystem; variable
|
/aosp_15_r20/external/clang/include/clang/Basic/ |
H A D | VirtualFileSystem.h | 254 class OverlayFileSystem : public FileSystem { 261 OverlayFileSystem(IntrusiveRefCntPtr<FileSystem> Base);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Tooling/ |
D | Tooling.h | 383 llvm::IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> OverlayFileSystem; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Tooling/ |
D | Tooling.h | 383 llvm::IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> OverlayFileSystem; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Tooling/ |
D | Tooling.h | 383 llvm::IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> OverlayFileSystem; variable
|
/aosp_15_r20/external/clang/unittests/AST/ |
H A D | ASTImporterTest.cpp | 70 vfs::OverlayFileSystem *OFS = static_cast<vfs::OverlayFileSystem *>( in testImport()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/ |
D | VirtualFileSystem.h | 374 class OverlayFileSystem : public RTTIExtends<OverlayFileSystem, FileSystem> { 383 OverlayFileSystem(IntrusiveRefCntPtr<FileSystem> Base);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/ |
D | VirtualFileSystem.h | 374 class OverlayFileSystem : public RTTIExtends<OverlayFileSystem, FileSystem> { 383 OverlayFileSystem(IntrusiveRefCntPtr<FileSystem> Base);
|