| /freebsd/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 232 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in runToolOnCodeWithArgs() local 233 new llvm::vfs::InMemoryFileSystem); in runToolOnCodeWithArgs() 234 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in runToolOnCodeWithArgs() 237 InMemoryFileSystem->addFile(FileName, 0, in runToolOnCodeWithArgs() 242 InMemoryFileSystem->addFile( in runToolOnCodeWithArgs() 477 InMemoryFileSystem(new llvm::vfs::InMemoryFileSystem), in ClangTool() 480 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in ClangTool() 525 InMemoryFileSystem->addFile( in run() 591 InMemoryFileSystem->addFile( in run() 697 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in buildASTFromCodeWithArgs() local [all …]
|
| /freebsd/contrib/llvm-project/clang/tools/clang-format/ |
| H A D | ClangFormat.cpp | 222 llvm::vfs::InMemoryFileSystem *MemFS) { in createInMemoryFile() 240 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in fillRanges() local 241 new llvm::vfs::InMemoryFileSystem); in fillRanges() 242 FileManager Files(FileSystemOptions(), InMemoryFileSystem); in fillRanges() 248 InMemoryFileSystem.get()); in fillRanges() 514 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in format() local 515 new llvm::vfs::InMemoryFileSystem); in format() 516 FileManager Files(FileSystemOptions(), InMemoryFileSystem); in format() 525 InMemoryFileSystem.get()); in format()
|
| /freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | DeviceOffload.h | 32 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> VFS, 47 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> VFS;
|
| H A D | DeviceOffload.cpp | 29 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> FS, in IncrementalCUDADeviceParser()
|
| H A D | Interpreter.cpp | 486 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> IMVFS = in createWithCUDA() 487 std::make_unique<llvm::vfs::InMemoryFileSystem>(); in createWithCUDA()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | VirtualFileSystem.cpp | 838 InMemoryFileSystem::InMemoryFileSystem(bool UseNormalizedPaths) in InMemoryFileSystem() function in llvm::vfs::InMemoryFileSystem 846 InMemoryFileSystem::~InMemoryFileSystem() = default; 848 std::string InMemoryFileSystem::toString() const { in toString() 852 bool InMemoryFileSystem::addFile(const Twine &P, time_t ModificationTime, in addFile() 930 bool InMemoryFileSystem::addFile(const Twine &P, time_t ModificationTime, in addFile() 948 bool InMemoryFileSystem::addFileNoOwn( in addFileNoOwn() 967 InMemoryFileSystem::lookupNode(const Twine &P, bool FollowFinalSymlink, in lookupNode() 997 if (SymlinkDepth > InMemoryFileSystem::MaxSymlinkDepth) in lookupNode() 1041 bool InMemoryFileSystem::addHardLink(const Twine &NewLink, in addHardLink() 1060 bool InMemoryFileSystem::addSymbolicLink( in addSymbolicLink() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Core/ |
| H A D | Replacement.cpp | 584 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in applyAllReplacements() local 585 new llvm::vfs::InMemoryFileSystem); in applyAllReplacements() 586 FileManager Files(FileSystemOptions(), InMemoryFileSystem); in applyAllReplacements() 592 InMemoryFileSystem->addFile( in applyAllReplacements()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/ |
| H A D | Tooling.h | 390 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem; variable
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | VirtualFileSystem.h | 541 class LLVM_ABI InMemoryFileSystem 542 : public RTTIExtends<InMemoryFileSystem, FileSystem> { 570 explicit InMemoryFileSystem(bool UseNormalizedPaths = true); 571 ~InMemoryFileSystem() override;
|
| /freebsd/contrib/llvm-project/clang/lib/Testing/ |
| H A D | TestAST.cpp | 89 auto VFS = llvm::makeIntrusiveRefCnt<llvm::vfs::InMemoryFileSystem>(); in TestAST()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | SourceManager.cpp | 2371 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in SourceManagerForFile() local 2372 new llvm::vfs::InMemoryFileSystem); in SourceManagerForFile() 2373 InMemoryFileSystem->addFile( in SourceManagerForFile() 2380 std::make_unique<FileManager>(FileSystemOptions(), InMemoryFileSystem); in SourceManagerForFile()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | PrecompiledPreamble.cpp | 60 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> PCHFS( in createVFSOverlayForPreamblePCH() 61 new llvm::vfs::InMemoryFileSystem()); in createVFSOverlayForPreamblePCH()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.cpp | 818 llvm::makeIntrusiveRefCnt<llvm::vfs::InMemoryFileSystem>(); in computeDependencies() 853 auto InMemoryFS = llvm::makeIntrusiveRefCnt<llvm::vfs::InMemoryFileSystem>(); in computeDependencies()
|