Searched refs:UDirs (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 1190 DeclContext *NS, UnqualUsingDirectiveSet &UDirs) { in CppNamespaceLookup() argument 1199 for (const UnqualUsingEntry &UUE : UDirs.getNamespacesFor(NS)) in CppNamespaceLookup() 1285 UnqualUsingDirectiveSet UDirs(*this); in CppLookupName() local 1383 UDirs.visit(UCtx, UCtx); in CppLookupName() 1392 UDirs.visitScopeChain(Initial, InnermostFileScope); in CppLookupName() 1394 UDirs.done(); in CppLookupName() 1399 if (CppNamespaceLookup(*this, R, Context, Ctx, UDirs)) { in CppLookupName() 1433 UDirs.visitScopeChain(Initial, S); in CppLookupName() 1434 UDirs.done(); in CppLookupName() 1483 if (CppNamespaceLookup(*this, R, Context, Ctx, UDirs)) in CppLookupName() [all …]
|