Searched refs:InMemoryFileSystem (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 227 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in runToolOnCodeWithArgs() local 228 new llvm::vfs::InMemoryFileSystem); in runToolOnCodeWithArgs() 232 InMemoryFileSystem->addFile(FileName, 0, in runToolOnCodeWithArgs() 237 InMemoryFileSystem->addFile( in runToolOnCodeWithArgs() 433 InMemoryFileSystem(new llvm::vfs::InMemoryFileSystem), in ClangTool() 481 InMemoryFileSystem->addFile( in run() 547 InMemoryFileSystem->addFile( in run() 651 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in buildASTFromCodeWithArgs() local 652 new llvm::vfs::InMemoryFileSystem); in buildASTFromCodeWithArgs() 662 InMemoryFileSystem->addFile(FileName, 0, in buildASTFromCodeWithArgs() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/tools/clang-format/ |
| H A D | ClangFormat.cpp | 184 llvm::vfs::InMemoryFileSystem *MemFS) { in createInMemoryFile() 202 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in fillRanges() local 203 new llvm::vfs::InMemoryFileSystem); in fillRanges() 204 FileManager Files(FileSystemOptions(), InMemoryFileSystem); in fillRanges() 210 InMemoryFileSystem.get()); in fillRanges() 443 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in format() local 444 new llvm::vfs::InMemoryFileSystem); in format() 445 FileManager Files(FileSystemOptions(), InMemoryFileSystem); in format() 451 InMemoryFileSystem.get()); in format()
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | VirtualFileSystem.cpp | 701 InMemoryFileSystem::InMemoryFileSystem(bool UseNormalizedPaths) in InMemoryFileSystem() function in llvm::vfs::InMemoryFileSystem 708 InMemoryFileSystem::~InMemoryFileSystem() = default; 710 std::string InMemoryFileSystem::toString() const { in toString() 714 bool InMemoryFileSystem::addFile(const Twine &P, time_t ModificationTime, in addFile() 805 bool InMemoryFileSystem::addFile(const Twine &P, time_t ModificationTime, in addFile() 815 bool InMemoryFileSystem::addFileNoOwn(const Twine &P, time_t ModificationTime, in addFileNoOwn() 870 bool InMemoryFileSystem::addHardLink(const Twine &FromPath, in addHardLink() 882 llvm::ErrorOr<Status> InMemoryFileSystem::status(const Twine &Path) { in status() 890 InMemoryFileSystem::openFileForRead(const Twine &Path) { in openFileForRead() 954 directory_iterator InMemoryFileSystem::dir_begin(const Twine &Dir, in dir_begin() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/ |
| H A D | Tooling.h | 380 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem; variable
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DumpTool/ |
| H A D | ClangSrcLocDump.cpp | 111 auto *MemFS = new llvm::vfs::InMemoryFileSystem(); in main()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | VirtualFileSystem.h | 416 class InMemoryFileSystem : public FileSystem { 431 explicit InMemoryFileSystem(bool UseNormalizedPaths = true); 432 ~InMemoryFileSystem() override;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/ |
| H A D | SourceManager.cpp | 2250 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in SourceManagerForFile() local 2251 new llvm::vfs::InMemoryFileSystem); in SourceManagerForFile() 2252 InMemoryFileSystem->addFile( in SourceManagerForFile() 2259 std::make_unique<FileManager>(FileSystemOptions(), InMemoryFileSystem); in SourceManagerForFile()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | PrecompiledPreamble.cpp | 62 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> PCHFS( in createVFSOverlayForPreamblePCH() 63 new llvm::vfs::InMemoryFileSystem()); in createVFSOverlayForPreamblePCH()
|