Searched refs:UDirs (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 754 DeclContext *NS, UnqualUsingDirectiveSet &UDirs) { in CppNamespaceLookup() argument 764 llvm::tie(UI, UEnd) = UDirs.getNamespacesFor(NS); in CppNamespaceLookup() 889 UnqualUsingDirectiveSet UDirs; in CppLookupName() local 971 UDirs.visit(UCtx, UCtx); in CppLookupName() 980 UDirs.visitScopeChain(Initial, InnermostFileScope); in CppLookupName() 982 UDirs.done(); in CppLookupName() 987 if (CppNamespaceLookup(*this, R, Context, Ctx, UDirs)) { in CppLookupName() 1021 UDirs.visitScopeChain(Initial, S); in CppLookupName() 1022 UDirs.done(); in CppLookupName() 1082 if (CppNamespaceLookup(*this, R, Context, Ctx, UDirs)) in CppLookupName() [all …]
|