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