Searched refs:m_compiler_instance (Results 1 – 1 of 1) sorted by relevance
100 std::unique_ptr<clang::CompilerInstance> m_compiler_instance; member in __anon0553cc510111::ClangModulesDeclVendorImpl155 m_compiler_instance(std::move(compiler_instance)), in ClangModulesDeclVendorImpl()191 if (m_compiler_instance->hadModuleLoaderFatalFailure()) { in AddModule()216 if (!m_compiler_instance->getPreprocessor() in AddModule()234 &m_compiler_instance->getASTContext().Idents.get( in AddModule()243 m_compiler_instance->getDiagnostics().getClient()); in AddModule()343 m_compiler_instance->getSema().LookupName( in FindDecls()345 m_compiler_instance->getSema().getScopeForContext( in FindDecls()378 m_compiler_instance->getPreprocessor() in ForEachMacro()391 m_compiler_instance->getPreprocessor() in ForEachMacro()[all …]