Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp1216 UnqualUsingDirectiveSet &UDirs) { in CppNamespaceLookup() argument
1225 for (const UnqualUsingEntry &UUE : UDirs.getNamespacesFor(NS)) in CppNamespaceLookup()
1323 UnqualUsingDirectiveSet UDirs(*this); in CppLookupName() local
1420 UDirs.visit(UCtx, UCtx); in CppLookupName()
1429 UDirs.visitScopeChain(Initial, InnermostFileScope); in CppLookupName()
1431 UDirs.done(); in CppLookupName()
1436 if (CppNamespaceLookup(*this, R, Context, Ctx, UDirs)) { in CppLookupName()
1470 UDirs.visitScopeChain(Initial, S); in CppLookupName()
1471 UDirs.done(); in CppLookupName()
1520 if (CppNamespaceLookup(*this, R, Context, Ctx, UDirs)) in CppLookupName()
[all …]