Home
last modified time | relevance | path

Searched refs:GetVirtualFileSystem (Results 1 – 8 of 8) sorted by relevance

/llvm-project/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp142 FileSystem::Instance().GetVirtualFileSystem()); in Highlight()
/llvm-project/lldb/include/lldb/Host/
H A DFileSystem.h201 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> GetVirtualFileSystem() { in GetVirtualFileSystem() function
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp259 FileSystem::Instance().GetVirtualFileSystem()); in TokenVerifier()
H A DClangASTImporter.h81 FileSystem::Instance().GetVirtualFileSystem()) {} in ClangASTImporter()
H A DClangModulesDeclVendor.cpp710 *FileSystem::Instance().GetVirtualFileSystem(), in Create()
739 instance->createFileManager(FileSystem::Instance().GetVirtualFileSystem()); in Create()
H A DClangExpressionParser.cpp349 auto VFS = FileSystem::Instance().GetVirtualFileSystem(); in SetupDefaultClangDiagnostics()
776 m_compiler->createFileManager(FileSystem::Instance().GetVirtualFileSystem()); in dropUnrelatedFrontTokens()
/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp337 FileSystem::Instance().GetVirtualFileSystem(); in FindSymbolFileInBundle()
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp680 file_system_options, FileSystem::Instance().GetVirtualFileSystem()); in CreateASTContext()