Home
last modified time | relevance | path

Searched refs:createFileManager (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DChainedIncludesSource.cpp154 Clang->createFileManager(); in createChainedIncludesSource()
H A DFrontendAction.cpp684 if (!CI.createFileManager()) { in BeginSourceFile()
H A DCompilerInstance.cpp370 FileManager *CompilerInstance::createFileManager( in createFileManager() function in CompilerInstance
H A DASTUnit.cpp1139 FileMgr = Clang->createFileManager(std::move(VFS)); in Parse()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h637 createFileManager(IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS = nullptr);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp406 m_compiler->createFileManager(FileSystem::Instance().GetVirtualFileSystem()); in ClangExpressionParser()
671 m_compiler->createFileManager(); in ClangExpressionParser()
H A DClangModulesDeclVendor.cpp695 instance->createFileManager(FileSystem::Instance().GetVirtualFileSystem()); in Create()