Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp116 std::unique_ptr<clang::CompilerInstance> m_compiler_instance; member in __anon1d75a8b60111::ClangModulesDeclVendorImpl
188 m_compiler_instance(std::move(compiler_instance)), in ClangModulesDeclVendorImpl()
227 if (m_compiler_instance->hadModuleLoaderFatalFailure()) { in AddModule()
251 m_compiler_instance->getPreprocessor().getHeaderSearchInfo(); in AddModule()
295 m_compiler_instance->getASTContext().getSourceManager(); in AddModule()
299 &m_compiler_instance->getASTContext().Idents.get( in AddModule()
308 m_compiler_instance->getDiagnostics().getClient()); in AddModule()
398 m_compiler_instance->getSema().LookupName( in FindDecls()
400 m_compiler_instance->getSema().getScopeForContext( in FindDecls()
431 m_compiler_instance->getPreprocessor() in ForEachMacro()
[all …]