Searched refs:UDirs (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 907 DeclContext *NS, UnqualUsingDirectiveSet &UDirs) { in CppNamespaceLookup() argument 916 for (const UnqualUsingEntry &UUE : UDirs.getNamespacesFor(NS)) in CppNamespaceLookup() 1060 UnqualUsingDirectiveSet UDirs; in CppLookupName() local 1172 UDirs.visit(UCtx, UCtx); in CppLookupName() 1181 UDirs.visitScopeChain(Initial, InnermostFileScope); in CppLookupName() 1183 UDirs.done(); in CppLookupName() 1188 if (CppNamespaceLookup(*this, R, Context, Ctx, UDirs)) { in CppLookupName() 1222 UDirs.visitScopeChain(Initial, S); in CppLookupName() 1223 UDirs.done(); in CppLookupName() 1288 if (CppNamespaceLookup(*this, R, Context, Ctx, UDirs)) in CppLookupName() [all …]
|