Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaLookup.cpp767 DeclContext *NS, UnqualUsingDirectiveSet &UDirs) { in CppNamespaceLookup() argument
776 for (const UnqualUsingEntry &UUE : UDirs.getNamespacesFor(NS)) in CppNamespaceLookup()
920 UnqualUsingDirectiveSet UDirs; in CppLookupName() local
1032 UDirs.visit(UCtx, UCtx); in CppLookupName()
1041 UDirs.visitScopeChain(Initial, InnermostFileScope); in CppLookupName()
1043 UDirs.done(); in CppLookupName()
1048 if (CppNamespaceLookup(*this, R, Context, Ctx, UDirs)) { in CppLookupName()
1082 UDirs.visitScopeChain(Initial, S); in CppLookupName()
1083 UDirs.done(); in CppLookupName()
1148 if (CppNamespaceLookup(*this, R, Context, Ctx, UDirs)) in CppLookupName()
[all …]