Home | History | Annotate | Download | only in Serialization

Lines Matching defs:DeclIDs

571     SmallVector<uint32_t, 4> DeclIDs;
573 DeclIDs.push_back(Reader.getGlobalDeclID(F, ReadUnalignedLE32(d)));
574 Reader.SetGloballyVisibleDecls(II, DeclIDs);
6200 /// \param DeclIDs the set of declaration IDs with the name @p II that are
6208 const SmallVectorImpl<uint32_t> &DeclIDs,
6211 PendingIdentifierInfos[II].append(DeclIDs.begin(), DeclIDs.end());
6215 for (unsigned I = 0, N = DeclIDs.size(); I != N; ++I) {
6216 NamedDecl *D = cast<NamedDecl>(GetDecl(DeclIDs[I]));
6992 SmallVector<uint32_t, 4> DeclIDs = PendingIdentifierInfos.back().second;
6995 SetGloballyVisibleDecls(II, DeclIDs, &TopLevelDecls[II]);