Home
last modified time | relevance | path

Searched refs:InMemoryFileSystem (Results 1 – 14 of 14) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp235 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in runToolOnCodeWithArgs() local
236 new llvm::vfs::InMemoryFileSystem); in runToolOnCodeWithArgs()
240 InMemoryFileSystem->addFile(FileName, 0, in runToolOnCodeWithArgs()
245 InMemoryFileSystem->addFile( in runToolOnCodeWithArgs()
479 InMemoryFileSystem(new llvm::vfs::InMemoryFileSystem), in ClangTool()
527 InMemoryFileSystem->addFile( in run()
593 InMemoryFileSystem->addFile( in run()
697 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in buildASTFromCodeWithArgs() local
698 new llvm::vfs::InMemoryFileSystem); in buildASTFromCodeWithArgs()
708 InMemoryFileSystem->addFile(FileName, 0, in buildASTFromCodeWithArgs()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp213 llvm::vfs::InMemoryFileSystem *MemFS) { in createInMemoryFile()
231 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in fillRanges() local
232 new llvm::vfs::InMemoryFileSystem); in fillRanges()
233 FileManager Files(FileSystemOptions(), InMemoryFileSystem); in fillRanges()
239 InMemoryFileSystem.get()); in fillRanges()
508 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in format() local
509 new llvm::vfs::InMemoryFileSystem); in format()
510 FileManager Files(FileSystemOptions(), InMemoryFileSystem); in format()
519 InMemoryFileSystem.get()); in format()
/freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/
H A DDeviceOffload.h27 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> VFS,
46 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> VFS;
H A DDeviceOffload.cpp28 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> FS, in IncrementalCUDADeviceParser()
H A DInterpreter.cpp297 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> IMVFS = in createWithCUDA()
298 std::make_unique<llvm::vfs::InMemoryFileSystem>(); in createWithCUDA()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp802 InMemoryFileSystem::InMemoryFileSystem(bool UseNormalizedPaths) in InMemoryFileSystem() function in llvm::vfs::InMemoryFileSystem
810 InMemoryFileSystem::~InMemoryFileSystem() = default;
812 std::string InMemoryFileSystem::toString() const { in toString()
911 bool InMemoryFileSystem::addFileNoOwn( in addFileNoOwn()
960 if (SymlinkDepth > InMemoryFileSystem::MaxSymlinkDepth) in lookupNode()
1004 bool InMemoryFileSystem::addHardLink(const Twine &NewLink, in addHardLink()
1023 bool InMemoryFileSystem::addSymbolicLink( in addSymbolicLink()
1051 InMemoryFileSystem::openFileForRead(const Twine &Path) { in openFileForRead()
1068 const InMemoryFileSystem *FS;
1105 DirIterator(const InMemoryFileSystem *FS, in DirIterator()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Core/
H A DReplacement.cpp585 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in applyAllReplacements() local
586 new llvm::vfs::InMemoryFileSystem); in applyAllReplacements()
587 FileManager Files(FileSystemOptions(), InMemoryFileSystem); in applyAllReplacements()
593 InMemoryFileSystem->addFile( in applyAllReplacements()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/
H A DTooling.h384 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp107 auto *MemFS = new llvm::vfs::InMemoryFileSystem(); in main()
/freebsd-14.2/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp108 auto VFS = llvm::makeIntrusiveRefCnt<llvm::vfs::InMemoryFileSystem>(); in TestAST()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h501 class InMemoryFileSystem : public FileSystem {
525 explicit InMemoryFileSystem(bool UseNormalizedPaths = true);
526 ~InMemoryFileSystem() override;
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp2333 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in SourceManagerForFile() local
2334 new llvm::vfs::InMemoryFileSystem); in SourceManagerForFile()
2335 InMemoryFileSystem->addFile( in SourceManagerForFile()
2342 std::make_unique<FileManager>(FileSystemOptions(), InMemoryFileSystem); in SourceManagerForFile()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp59 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> PCHFS( in createVFSOverlayForPreamblePCH()
60 new llvm::vfs::InMemoryFileSystem()); in createVFSOverlayForPreamblePCH()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp440 llvm::makeIntrusiveRefCnt<llvm::vfs::InMemoryFileSystem>(); in computeDependencies()