Home
last modified time | relevance | path

Searched refs:getRealFileSystem (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/
H A DStandaloneExecution.h41 llvm::vfs::getRealFileSystem(),
H A DTooling.h323 llvm::vfs::getRealFileSystem());
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DVirtualFileSystem.h302 IntrusiveRefCntPtr<FileSystem> getRealFileSystem();
489 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());
731 IntrusiveRefCntPtr<FileSystem> ExternalFS = getRealFileSystem());
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DTooling.cpp182 new llvm::vfs::OverlayFileSystem(llvm::vfs::getRealFileSystem())); in runToolOnCodeWithArgs()
218 return llvm::cantFail(getAbsolutePath(*llvm::vfs::getRealFileSystem(), File)); in getAbsolutePath()
590 new llvm::vfs::OverlayFileSystem(llvm::vfs::getRealFileSystem())); in buildASTFromCodeWithArgs()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DFileSystem.h34 FileSystem() : m_fs(llvm::vfs::getRealFileSystem()) {} in FileSystem()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DFileManager.cpp61 this->FS = llvm::vfs::getRealFileSystem(); in FileManager()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp712 llvm::vfs::getRealFileSystem(); in setupPreambleStorage()
H A DASTUnit.cpp756 llvm::vfs::getRealFileSystem(); in LoadFromASTFile()
1758 VFS = llvm::vfs::getRealFileSystem(); in LoadFromCommandLine()
H A DCompilerInvocation.cpp3468 llvm::vfs::getRealFileSystem()); in createVFSFromCompilerInvocation()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DVirtualFileSystem.cpp307 IntrusiveRefCntPtr<FileSystem> vfs::getRealFileSystem() { in getRealFileSystem() function in vfs
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp2340 FS = llvm::vfs::getRealFileSystem().get(); in getStyle()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DDriver.cpp109 this->VFS = llvm::vfs::getRealFileSystem(); in Driver()