Searched refs:UDirs (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 744 DeclContext *NS, UnqualUsingDirectiveSet &UDirs) { in CppNamespaceLookup() argument 754 llvm::tie(UI, UEnd) = UDirs.getNamespacesFor(NS); in CppNamespaceLookup() 975 UnqualUsingDirectiveSet UDirs; in CppLookupName() local 976 UDirs.visitScopeChain(Initial, S); in CppLookupName() 977 UDirs.done(); in CppLookupName() 1037 if (CppNamespaceLookup(*this, R, Context, Ctx, UDirs)) in CppLookupName() 2978 UnqualUsingDirectiveSet &UDirs, in LookupVisibleDecls() argument 3052 llvm::tie(UI, UEnd) = UDirs.getNamespacesFor(Entity); in LookupVisibleDecls() 3061 LookupVisibleDecls(S->getParent(), Result, UDirs, Consumer, Visited); in LookupVisibleDecls() 3070 UnqualUsingDirectiveSet UDirs; in LookupVisibleDecls() local [all …]
|