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