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