Home | History | Annotate | Download | only in Sema

Lines Matching defs:UI

725   UnqualUsingDirectiveSet::const_iterator UI, UEnd;
726 llvm::tie(UI, UEnd) = UDirs.getNamespacesFor(NS);
728 for (; UI != UEnd; ++UI)
729 if (LookupDirect(S, R, UI->getNominatedNamespace()))
2895 UnqualUsingDirectiveSet::const_iterator UI, UEnd;
2896 llvm::tie(UI, UEnd) = UDirs.getNamespacesFor(Entity);
2897 for (; UI != UEnd; ++UI)
2898 LookupVisibleDecls(const_cast<DeclContext *>(UI->getNominatedNamespace()),