Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp123 std::unique_ptr<clang::CompilerInstance> m_compiler_instance; member in __anonede2db020111::ClangModulesDeclVendorImpl
242 m_compiler_instance(std::move(compiler_instance)), in ClangModulesDeclVendorImpl()
248 m_compiler_instance->getASTContext()); in ClangModulesDeclVendorImpl()
281 if (m_compiler_instance->hadModuleLoaderFatalFailure()) { in AddModule()
305 m_compiler_instance->getPreprocessor().getHeaderSearchInfo(); in AddModule()
347 m_compiler_instance->getASTContext().getSourceManager(); in AddModule()
353 &m_compiler_instance->getASTContext().Idents.get( in AddModule()
360 m_compiler_instance->getDiagnostics().getClient()); in AddModule()
388 m_compiler_instance->makeModuleVisible( in AddModule()
451 m_compiler_instance->getASTContext().Idents.get(name.GetStringRef()); in FindDecls()
[all …]