Searched refs:UDirs (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 922 DeclContext *NS, UnqualUsingDirectiveSet &UDirs) { in CppNamespaceLookup() argument 931 for (const UnqualUsingEntry &UUE : UDirs.getNamespacesFor(NS)) in CppNamespaceLookup() 1075 UnqualUsingDirectiveSet UDirs; in CppLookupName() local 1190 UDirs.visit(UCtx, UCtx); in CppLookupName() 1199 UDirs.visitScopeChain(Initial, InnermostFileScope); in CppLookupName() 1201 UDirs.done(); in CppLookupName() 1206 if (CppNamespaceLookup(*this, R, Context, Ctx, UDirs)) { in CppLookupName() 1240 UDirs.visitScopeChain(Initial, S); in CppLookupName() 1241 UDirs.done(); in CppLookupName() 1306 if (CppNamespaceLookup(*this, R, Context, Ctx, UDirs)) in CppLookupName() [all …]
|