Searched refs:m_compiler_instance (Results 1 – 1 of 1) sorted by relevance
128 std::unique_ptr<clang::CompilerInstance> m_compiler_instance; member in __anon980213b80111::ClangModulesDeclVendorImpl248 m_compiler_instance(std::move(compiler_instance)), in ClangModulesDeclVendorImpl()287 if (m_compiler_instance->hadModuleLoaderFatalFailure()) { in AddModule()311 m_compiler_instance->getPreprocessor().getHeaderSearchInfo(); in AddModule()355 m_compiler_instance->getASTContext().getSourceManager(); in AddModule()359 &m_compiler_instance->getASTContext().Idents.get( in AddModule()368 m_compiler_instance->getDiagnostics().getClient()); in AddModule()458 m_compiler_instance->getSema().LookupName( in FindDecls()460 m_compiler_instance->getSema().getScopeForContext( in FindDecls()491 m_compiler_instance->getPreprocessor() in ForEachMacro()[all …]