Searched refs:DeclModule (Results 1 – 1 of 1) sorted by relevance
1682 Module *DeclModule = SemaRef.getOwningModule(D); in isVisibleSlow() local1683 assert(DeclModule && "hidden decl has no owning module"); in isVisibleSlow()1686 if (SemaRef.isModuleVisible(DeclModule, D->isModulePrivate())) in isVisibleSlow()