Searched refs:UDirs (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 1231 UnqualUsingDirectiveSet &UDirs) { in CppNamespaceLookup() argument 1240 for (const UnqualUsingEntry &UUE : UDirs.getNamespacesFor(NS)) in CppNamespaceLookup() 1338 UnqualUsingDirectiveSet UDirs(*this); in CppLookupName() local 1435 UDirs.visit(UCtx, UCtx); in CppLookupName() 1444 UDirs.visitScopeChain(Initial, InnermostFileScope); in CppLookupName() 1446 UDirs.done(); in CppLookupName() 1451 if (CppNamespaceLookup(*this, R, Context, Ctx, UDirs)) { in CppLookupName() 1485 UDirs.visitScopeChain(Initial, S); in CppLookupName() 1486 UDirs.done(); in CppLookupName() 1535 if (CppNamespaceLookup(*this, R, Context, Ctx, UDirs)) in CppLookupName() [all …]
|