Home
last modified time | relevance | path

Searched refs:InMemoryFileSystem (Results 1 – 14 of 14) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp235 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 DClangFormat.cpp222 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 DDeviceOffload.h27 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> VFS,
46 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> VFS;
H A DDeviceOffload.cpp29 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> FS, in IncrementalCUDADeviceParser()
H A DInterpreter.cpp330 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 DVirtualFileSystem.cpp826 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 DReplacement.cpp585 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 DTooling.h384 llvm::IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> InMemoryFileSystem; variable
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp
/freebsd-src/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp109 auto VFS = llvm::makeIntrusiveRefCnt<llvm::vfs::InMemoryFileSystem>(); in TestAST()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h524 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 DSourceManager.cpp2372 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 DPrecompiledPreamble.cpp60 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 DDependencyScanningWorker.cpp607 llvm::makeIntrusiveRefCnt<llvm::vfs::InMemoryFileSystem>();