Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLookup.cpp1172 Module *DeclModule = D->getOwningModule(); in isVisibleSlow() local
1173 assert(DeclModule && "hidden decl not from a module"); in isVisibleSlow()
1181 if (LookupModules.count(DeclModule)) in isVisibleSlow()
1193 if ((*I)->isModuleVisible(DeclModule)) in isVisibleSlow()