Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp117 std::unique_ptr<clang::CompilerInstance> m_compiler_instance; member in __anon61a942320111::ClangModulesDeclVendorImpl
189 m_compiler_instance(std::move(compiler_instance)), in ClangModulesDeclVendorImpl()
228 if (m_compiler_instance->hadModuleLoaderFatalFailure()) { in AddModule()
252 m_compiler_instance->getPreprocessor().getHeaderSearchInfo(); in AddModule()
296 m_compiler_instance->getASTContext().getSourceManager(); in AddModule()
300 &m_compiler_instance->getASTContext().Idents.get( in AddModule()
309 m_compiler_instance->getDiagnostics().getClient()); in AddModule()
399 m_compiler_instance->getSema().LookupName( in FindDecls()
401 m_compiler_instance->getSema().getScopeForContext( in FindDecls()
432 m_compiler_instance->getPreprocessor() in ForEachMacro()
[all …]