Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp1416 for (DeclContext *UCtx = Ctx; UCtx; UCtx = UCtx->getParent()) { in CppLookupName() local
1417 if (UCtx->isTransparentContext()) in CppLookupName()
1420 UDirs.visit(UCtx, UCtx); in CppLookupName()