Home
last modified time | relevance | path

Searched refs:DeclModule (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp1516 Module *DeclModule = SemaRef.getOwningModule(D); in isVisibleSlow() local
1517 assert(DeclModule && "hidden decl has no owning module"); in isVisibleSlow()
1520 if (SemaRef.isModuleVisible(DeclModule, D->isModulePrivate())) in isVisibleSlow()