/freebsd-src/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() 237 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in runToolOnCodeWithArgs() 240 InMemoryFileSystem->addFile(FileName, 0, in runToolOnCodeWithArgs() 245 InMemoryFileSystem->addFile( in runToolOnCodeWithArgs() 479 InMemoryFileSystem(new llvm::vfs::InMemoryFileSystem), in ClangTool() 482 OverlayFileSystem->pushOverlay(InMemoryFileSystem); in ClangTool() 527 InMemoryFileSystem in run() 697 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( buildASTFromCodeWithArgs() local [all...] |
/freebsd-src/contrib/llvm-project/clang/tools/clang-format/ |
H A D | ClangFormat.cpp | 222 llvm::vfs::InMemoryFileSystem *MemFS) { in parseLineRange() 240 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in fillRanges() 241 new llvm::vfs::InMemoryFileSystem); in fillRanges() 242 FileManager Files(FileSystemOptions(), InMemoryFileSystem); in fillRanges() 248 InMemoryFileSystem.get()); in fillRanges() 518 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( in format() 519 new llvm::vfs::InMemoryFileSystem); in format() 520 FileManager Files(FileSystemOptions(), InMemoryFileSystem); in format() 231 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( fillRanges() local 508 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( format() local [all...] |
/freebsd-src/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 | 29 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> FS, in IncrementalCUDADeviceParser()
|
H A D | Interpreter.cpp | 330 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> IMVFS = in getExecutionEngine() 331 std::make_unique<llvm::vfs::InMemoryFileSystem>(); in getExecutionEngine()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | VirtualFileSystem.cpp | 826 InMemoryFileSystem::InMemoryFileSystem(bool UseNormalizedPaths) in addFile() 834 InMemoryFileSystem::~InMemoryFileSystem() = default; in addFile() 836 std::string InMemoryFileSystem::toString() const { in addFile() 840 bool InMemoryFileSystem::addFile(const Twine &P, time_t ModificationTime, in addFile() 918 bool InMemoryFileSystem::addFile(const Twine &P, time_t ModificationTime, in addFileNoOwn() 936 bool InMemoryFileSystem::addFileNoOwn( in lookupNode() 955 InMemoryFileSystem::lookupNode(const Twine &P, bool FollowFinalSymlink, in lookupNode() 985 if (SymlinkDepth > InMemoryFileSystem in lookupNode() 802 InMemoryFileSystem::InMemoryFileSystem(bool UseNormalizedPaths) InMemoryFileSystem() function in llvm::vfs::InMemoryFileSystem [all...] |
/freebsd-src/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-src/contrib/llvm-project/clang/include/clang/Tooling/ |
H A D | Tooling.h | 384 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem; variable
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/DumpTool/ |
H A D | ClangSrcLocDump.cpp |
|
/freebsd-src/contrib/llvm-project/clang/lib/Testing/ |
H A D | TestAST.cpp | 109 auto VFS = llvm::makeIntrusiveRefCnt<llvm::vfs::InMemoryFileSystem>(); in TestAST()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | VirtualFileSystem.h | 524 class InMemoryFileSystem : public RTTIExtends<InMemoryFileSystem, FileSystem> { 552 explicit InMemoryFileSystem(bool UseNormalizedPaths = true); 553 ~InMemoryFileSystem() override;
|
/freebsd-src/contrib/llvm-project/clang/lib/Basic/ |
H A D | SourceManager.cpp | 2372 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( 2373 new llvm::vfs::InMemoryFileSystem); 2374 InMemoryFileSystem->addFile( 2381 std::make_unique<FileManager>(FileSystemOptions(), InMemoryFileSystem); 2333 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem( SourceManagerForFile() local
|
/freebsd-src/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-src/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningWorker.cpp | 607 llvm::makeIntrusiveRefCnt<llvm::vfs::InMemoryFileSystem>();
|