| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 235 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 D | ClangFormat.cpp | 213 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 D | DeviceOffload.h | 27 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> VFS, 46 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> VFS;
|
| H A D | DeviceOffload.cpp | 28 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> FS, in IncrementalCUDADeviceParser()
|
| H A D | Interpreter.cpp | 297 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 D | VirtualFileSystem.cpp | 802 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 D | Replacement.cpp | 585 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 D | Tooling.h | 384 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem; variable
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DumpTool/ |
| H A D | ClangSrcLocDump.cpp | 107 auto *MemFS = new llvm::vfs::InMemoryFileSystem(); in main()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Testing/ |
| H A D | TestAST.cpp | 108 auto VFS = llvm::makeIntrusiveRefCnt<llvm::vfs::InMemoryFileSystem>(); in TestAST()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | VirtualFileSystem.h | 501 class InMemoryFileSystem : public FileSystem { 525 explicit InMemoryFileSystem(bool UseNormalizedPaths = true); 526 ~InMemoryFileSystem() override;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/ |
| H A D | SourceManager.cpp | 2333 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 D | PrecompiledPreamble.cpp | 59 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 D | DependencyScanningWorker.cpp | 440 llvm::makeIntrusiveRefCnt<llvm::vfs::InMemoryFileSystem>(); in computeDependencies()
|