Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLookup.cpp1168 for (DeclContext *UCtx = Ctx; UCtx; UCtx = UCtx->getParent()) { in CppLookupName() local
1169 if (UCtx->isTransparentContext()) in CppLookupName()
1172 UDirs.visit(UCtx, UCtx); in CppLookupName()