Home
last modified time | relevance | path

Searched refs:OverlayFileSystem (Results 1 – 25 of 30) sorted by relevance

12

/aosp_15_r20/external/clang/lib/Tooling/
H A DTooling.cpp133 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 DVirtualFileSystemTest.cpp183 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 DRewriterTestContext.h43 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 DToolingTest.cpp152 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/
DClangTidy.h38 IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> OverlayFS = nullptr);
52 IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> OverlayFS;
90 llvm::IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> BaseFS,
DExpandModularHeadersPPCallbacks.h17 class OverlayFileSystem; variable
45 IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> OverlayFS);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-tidy/
DClangTidy.h38 IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> OverlayFS = nullptr);
52 IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> OverlayFS;
90 llvm::IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> BaseFS,
DExpandModularHeadersPPCallbacks.h17 class OverlayFileSystem; variable
45 IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> OverlayFS);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-tidy/
DClangTidy.h38 IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> OverlayFS = nullptr);
52 IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> OverlayFS;
90 llvm::IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> BaseFS,
DExpandModularHeadersPPCallbacks.h17 class OverlayFileSystem; variable
45 IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> OverlayFS);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang-tidy/
DClangTidy.h38 IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> OverlayFS = nullptr);
52 IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> OverlayFS;
90 llvm::IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> BaseFS,
DExpandModularHeadersPPCallbacks.h17 class OverlayFileSystem; variable
45 IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> OverlayFS);
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DVirtualFileSystem.cpp389 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 DVirtualFileSystem.cpp290 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 Dinclude_scanner.cc114 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 DVirtualFileSystem.cpp418 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 DTooling.h340 llvm::IntrusiveRefCntPtr<vfs::OverlayFileSystem> OverlayFileSystem; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Tooling/
DTooling.h383 llvm::IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> OverlayFileSystem; variable
/aosp_15_r20/external/clang/include/clang/Basic/
H A DVirtualFileSystem.h254 class OverlayFileSystem : public FileSystem {
261 OverlayFileSystem(IntrusiveRefCntPtr<FileSystem> Base);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Tooling/
DTooling.h383 llvm::IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> OverlayFileSystem; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Tooling/
DTooling.h383 llvm::IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> OverlayFileSystem; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Tooling/
DTooling.h383 llvm::IntrusiveRefCntPtr<llvm::vfs::OverlayFileSystem> OverlayFileSystem; variable
/aosp_15_r20/external/clang/unittests/AST/
H A DASTImporterTest.cpp70 vfs::OverlayFileSystem *OFS = static_cast<vfs::OverlayFileSystem *>( in testImport()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DVirtualFileSystem.h374 class OverlayFileSystem : public RTTIExtends<OverlayFileSystem, FileSystem> {
383 OverlayFileSystem(IntrusiveRefCntPtr<FileSystem> Base);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DVirtualFileSystem.h374 class OverlayFileSystem : public RTTIExtends<OverlayFileSystem, FileSystem> {
383 OverlayFileSystem(IntrusiveRefCntPtr<FileSystem> Base);

12