Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Contexts

5684     SmallVectorImpl<const DeclContext *> &Contexts;
5690 SmallVectorImpl<const DeclContext *> &Contexts,
5693 : Reader(Reader), Contexts(Contexts), Name(Name), Decls(Decls) { }
5703 for (unsigned I = 0, N = This->Contexts.size(); I != N; ++I) {
5704 Info = M.DeclContextInfos.find(This->Contexts[I]);
5779 // Compute the declaration contexts we need to look into. Multiple such
5780 // declaration contexts occur when two declaration contexts from disjoint
5783 SmallVector<const DeclContext *, 2> Contexts;
5784 Contexts.push_back(DC);
5791 Contexts.push_back(cast<DeclContext>(GetDecl(Merged->second[I])));
5795 DeclContextNameLookupVisitor Visitor(*this, Contexts, Name, Decls);
5800 if (Contexts.size() == 1 &&
5816 SmallVectorImpl<const DeclContext *> &Contexts;
5822 SmallVectorImpl<const DeclContext *> &Contexts,
5824 : Reader(Reader), Contexts(Contexts), Decls(Decls), VisitAll(VisitAll) { }
5834 for (unsigned I = 0, N = This->Contexts.size(); I != N; ++I) {
5835 Info = M.DeclContextInfos.find(This->Contexts[I]);
5876 // Compute the declaration contexts we need to look into. Multiple such
5877 // declaration contexts occur when two declaration contexts from disjoint
5880 SmallVector<const DeclContext *, 2> Contexts;
5881 Contexts.push_back(DC);
5888 Contexts.push_back(cast<DeclContext>(GetDecl(Merged->second[I])));
5892 DeclContextAllNamesVisitor Visitor(*this, Contexts, Decls,