Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangModulesDeclVendor.cpp116 std::unique_ptr<clang::CompilerInstance> m_compiler_instance; member in __anond4e855f20111::ClangModulesDeclVendorImpl
188 m_compiler_instance(std::move(compiler_instance)), in ClangModulesDeclVendorImpl()
194 m_compiler_instance->getASTContext()); in ClangModulesDeclVendorImpl()
230 if (m_compiler_instance->hadModuleLoaderFatalFailure()) { in AddModule()
256 m_compiler_instance->getPreprocessor().getHeaderSearchInfo(); in AddModule()
300 m_compiler_instance->getASTContext().getSourceManager(); in AddModule()
304 &m_compiler_instance->getASTContext().Idents.get( in AddModule()
313 m_compiler_instance->getDiagnostics().getClient()); in AddModule()
399 m_compiler_instance->getASTContext().Idents.get(name.GetStringRef()); in FindDecls()
402 m_compiler_instance->getSema(), clang::DeclarationName(&ident), in FindDecls()
[all …]