Lines Matching refs:m_compiler_instance
117 std::unique_ptr<clang::CompilerInstance> m_compiler_instance; member in __anon61a942320111::ClangModulesDeclVendorImpl
189 m_compiler_instance(std::move(compiler_instance)), in ClangModulesDeclVendorImpl()
195 m_compiler_instance->getASTContext()); 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()
393 m_compiler_instance->getASTContext().Idents.get(name.GetStringRef()); in FindDecls()
396 m_compiler_instance->getSema(), clang::DeclarationName(&ident), in FindDecls()
399 m_compiler_instance->getSema().LookupName( in FindDecls()
401 m_compiler_instance->getSema().getScopeForContext( in FindDecls()
402 m_compiler_instance->getASTContext().getTranslationUnitDecl())); in FindDecls()
431 if (m_compiler_instance->getPreprocessor().getExternalSource()) { in ForEachMacro()
432 m_compiler_instance->getPreprocessor() in ForEachMacro()
438 mi = m_compiler_instance->getPreprocessor().macro_begin(), in ForEachMacro()
439 me = m_compiler_instance->getPreprocessor().macro_end(); in ForEachMacro()
445 m_compiler_instance->getPreprocessor() in ForEachMacro()
458 m_compiler_instance->getPreprocessor().getLeafModuleMacros(ii)) { in ForEachMacro()
537 m_compiler_instance->getSourceManager().getCharacterData( in ForEachMacro()
585 return m_compiler_instance->loadModule(path.front().second, path, visibility, in DoGetModule()