Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Testing/
H A DTestAST.cpp58 Clang.createFileManager(); in createMissingComponents()
112 Clang->createFileManager(VFS); in TestAST()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DChainedIncludesSource.cpp131 Clang->createFileManager(); in createChainedIncludesSource()
H A DCompilerInstance.cpp379 FileManager *CompilerInstance::createFileManager( in createFileManager() function in CompilerInstance
1229 Instance.createFileManager(&ImportingInstance.getVirtualFileSystem());
H A DFrontendAction.cpp721 if (!CI.createFileManager()) { in BeginSourceFile()
H A DASTUnit.cpp1164 FileMgr = Clang->createFileManager(std::move(VFS)); in Parse()
/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp364 if (!CI.createFileManager()) in PrepareToExecuteAction()
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInstance.h640 createFileManager(IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS = nullptr);
/openbsd-src/gnu/llvm/clang/tools/clang-import-test/
H A Dclang-import-test.cpp212 Ins->createFileManager(); in BuildCompilerInstance()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp395 m_compiler->createFileManager(FileSystem::Instance().GetVirtualFileSystem()); in ClangExpressionParser()
660 m_compiler->createFileManager(); in ClangExpressionParser()
H A DClangModulesDeclVendor.cpp750 instance->createFileManager(FileSystem::Instance().GetVirtualFileSystem()); in Create()