Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLookup.cpp1186 for (DeclContext *UCtx = Ctx; UCtx; UCtx = UCtx->getParent()) { in CppLookupName() local
1187 if (UCtx->isTransparentContext()) in CppLookupName()
1190 UDirs.visit(UCtx, UCtx); in CppLookupName()
/external/llvm-project/clang/lib/Sema/
DSemaLookup.cpp1338 for (DeclContext *UCtx = Ctx; UCtx; UCtx = UCtx->getParent()) { in CppLookupName() local
1339 if (UCtx->isTransparentContext()) in CppLookupName()
1342 UDirs.visit(UCtx, UCtx); in CppLookupName()