Lines Matching refs:ClangModulesDeclVendorImpl
91 class ClangModulesDeclVendorImpl : public ClangModulesDeclVendor { class
93 ClangModulesDeclVendorImpl(
99 ~ClangModulesDeclVendorImpl() override = default;
241 ClangModulesDeclVendorImpl::ClangModulesDeclVendorImpl( in ClangModulesDeclVendorImpl() function in ClangModulesDeclVendorImpl
257 void ClangModulesDeclVendorImpl::ReportModuleExportsHelper( in ReportModuleExportsHelper()
272 void ClangModulesDeclVendorImpl::ReportModuleExports( in ReportModuleExports()
282 bool ClangModulesDeclVendorImpl::AddModule(const SourceModule &module, in AddModule()
428 bool ClangModulesDeclVendorImpl::AddModulesForCompileUnit( in AddModulesForCompileUnit()
442 ClangModulesDeclVendorImpl::FindDecls(ConstString name, bool append, in FindDecls()
476 void ClangModulesDeclVendorImpl::ForEachMacro( in ForEachMacro()
637 ClangModulesDeclVendorImpl::DoGetModule(clang::ModuleIdPath path, in DoGetModule()
784 return new ClangModulesDeclVendorImpl(std::move(diagnostics_engine), in Create()