Lines Matching refs:ClangModulesDeclVendorImpl
79 class ClangModulesDeclVendorImpl : public ClangModulesDeclVendor { class
81 ClangModulesDeclVendorImpl(
87 ~ClangModulesDeclVendorImpl() override = default;
181 ClangModulesDeclVendorImpl::ClangModulesDeclVendorImpl( in ClangModulesDeclVendorImpl() function in ClangModulesDeclVendorImpl
197 void ClangModulesDeclVendorImpl::ReportModuleExportsHelper( in ReportModuleExportsHelper()
212 void ClangModulesDeclVendorImpl::ReportModuleExports( in ReportModuleExports()
222 bool ClangModulesDeclVendorImpl::AddModule(const SourceModule &module, in AddModule()
368 bool ClangModulesDeclVendorImpl::AddModulesForCompileUnit( in AddModulesForCompileUnit()
382 ClangModulesDeclVendorImpl::FindDecls(ConstString name, bool append, in FindDecls()
416 void ClangModulesDeclVendorImpl::ForEachMacro( in ForEachMacro()
576 ClangModulesDeclVendorImpl::DoGetModule(clang::ModuleIdPath path, in DoGetModule()
731 return new ClangModulesDeclVendorImpl(std::move(diagnostics_engine), in Create()