Searched refs:InMemoryFileSystem (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Index/ |
| H A D | SimpleFormatContext.h | 40 InMemoryFileSystem(new llvm::vfs::InMemoryFileSystem), in SimpleFormatContext() 41 Files(FileSystemOptions(), InMemoryFileSystem), in SimpleFormatContext() 47 InMemoryFileSystem->addFile(Name, 0, in createInMemoryFile() 64 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem; variable
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 183 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in runToolOnCodeWithArgs() local 184 new llvm::vfs::InMemoryFileSystem); in runToolOnCodeWithArgs() 185 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in runToolOnCodeWithArgs() 188 InMemoryFileSystem->addFile(FileName, 0, in runToolOnCodeWithArgs() 193 InMemoryFileSystem->addFile( in runToolOnCodeWithArgs() 383 InMemoryFileSystem(new llvm::vfs::InMemoryFileSystem), in ClangTool() 427 InMemoryFileSystem->addFile( in run() 493 InMemoryFileSystem->addFile( in run() 591 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in buildASTFromCodeWithArgs() local 592 new llvm::vfs::InMemoryFileSystem); in buildASTFromCodeWithArgs() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/tools/clang-format/ |
| H A D | ClangFormat.cpp | 119 llvm::vfs::InMemoryFileSystem *MemFS) { in createInMemoryFile() 136 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in fillRanges() local 137 new llvm::vfs::InMemoryFileSystem); in fillRanges() 138 FileManager Files(FileSystemOptions(), InMemoryFileSystem); in fillRanges() 144 InMemoryFileSystem.get()); in fillRanges() 304 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in format() local 305 new llvm::vfs::InMemoryFileSystem); in format() 306 FileManager Files(FileSystemOptions(), InMemoryFileSystem); in format() 312 InMemoryFileSystem.get()); in format()
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | VirtualFileSystem.cpp | 634 InMemoryFileSystem::InMemoryFileSystem(bool UseNormalizedPaths) in InMemoryFileSystem() function in llvm::vfs::InMemoryFileSystem 641 InMemoryFileSystem::~InMemoryFileSystem() = default; 643 std::string InMemoryFileSystem::toString() const { in toString() 647 bool InMemoryFileSystem::addFile(const Twine &P, time_t ModificationTime, in addFile() 738 bool InMemoryFileSystem::addFile(const Twine &P, time_t ModificationTime, in addFile() 748 bool InMemoryFileSystem::addFileNoOwn(const Twine &P, time_t ModificationTime, in addFileNoOwn() 805 bool InMemoryFileSystem::addHardLink(const Twine &FromPath, in addHardLink() 817 llvm::ErrorOr<Status> InMemoryFileSystem::status(const Twine &Path) { in status() 825 InMemoryFileSystem::openFileForRead(const Twine &Path) { in openFileForRead() 889 directory_iterator InMemoryFileSystem::dir_begin(const Twine &Dir, in dir_begin() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Core/ |
| H A D | Replacement.cpp | 586 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in applyAllReplacements() local 587 new llvm::vfs::InMemoryFileSystem); in applyAllReplacements() 588 FileManager Files(FileSystemOptions(), InMemoryFileSystem); in applyAllReplacements() 594 InMemoryFileSystem->addFile( in applyAllReplacements()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/ |
| H A D | Tooling.h | 377 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem; variable
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | VirtualFileSystem.h | 399 class InMemoryFileSystem : public FileSystem { 414 explicit InMemoryFileSystem(bool UseNormalizedPaths = true); 415 ~InMemoryFileSystem() override;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/ |
| H A D | SourceManager.cpp | 2220 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in SourceManagerForFile() local 2221 new llvm::vfs::InMemoryFileSystem); in SourceManagerForFile() 2222 InMemoryFileSystem->addFile( in SourceManagerForFile() 2229 llvm::make_unique<FileManager>(FileSystemOptions(), InMemoryFileSystem); in SourceManagerForFile()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | PrecompiledPreamble.cpp | 57 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> PCHFS( in createVFSOverlayForPreamblePCH() 58 new llvm::vfs::InMemoryFileSystem()); in createVFSOverlayForPreamblePCH()
|