Searched refs:m_compiler_instance (Results 1 – 1 of 1) sorted by relevance
116 std::unique_ptr<clang::CompilerInstance> m_compiler_instance; member in __anon1d75a8b60111::ClangModulesDeclVendorImpl188 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 …]