Searched refs:InMemoryFileSystem (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ |
H A D | Tooling.cpp | 208 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in runToolOnCodeWithArgs() local 209 new llvm::vfs::InMemoryFileSystem); in runToolOnCodeWithArgs() 210 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in runToolOnCodeWithArgs() 213 InMemoryFileSystem->addFile(FileName, 0, in runToolOnCodeWithArgs() 218 InMemoryFileSystem->addFile( in runToolOnCodeWithArgs() 414 InMemoryFileSystem(new llvm::vfs::InMemoryFileSystem), in ClangTool() 417 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in ClangTool() 462 InMemoryFileSystem->addFile( in run() 528 InMemoryFileSystem->addFile( in run() 632 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in buildASTFromCodeWithArgs() local [all …]
|
/netbsd-src/external/apache2/llvm/dist/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() 432 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in format() local 433 new llvm::vfs::InMemoryFileSystem); in format() 434 FileManager Files(FileSystemOptions(), InMemoryFileSystem); in format() 440 InMemoryFileSystem.get()); in format()
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/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() 827 lookupInMemoryNode(const InMemoryFileSystem &FS, detail::InMemoryDirectory *Dir, in lookupInMemoryNode() 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() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/ |
H A D | Tooling.h | 372 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | VirtualFileSystem.h | 416 class InMemoryFileSystem : public FileSystem { 431 explicit InMemoryFileSystem(bool UseNormalizedPaths = true); 432 ~InMemoryFileSystem() override;
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/ |
H A D | ClangSrcLocDump.cpp | 111 auto *MemFS = new llvm::vfs::InMemoryFileSystem(); in main()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
H A D | SourceManager.cpp | 2248 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in SourceManagerForFile() local 2249 new llvm::vfs::InMemoryFileSystem); in SourceManagerForFile() 2250 InMemoryFileSystem->addFile( in SourceManagerForFile() 2257 std::make_unique<FileManager>(FileSystemOptions(), InMemoryFileSystem); in SourceManagerForFile()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | PrecompiledPreamble.cpp | 62 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> PCHFS( in createVFSOverlayForPreamblePCH() 63 new llvm::vfs::InMemoryFileSystem()); in createVFSOverlayForPreamblePCH()
|