Home | History | Annotate | Download | only in Serialization

Lines Matching refs:DeclIDs

599     SmallVector<uint32_t, 4> DeclIDs;
601 DeclIDs.push_back(Reader.getGlobalDeclID(F, ReadUnalignedLE32(d)));
602 Reader.SetGloballyVisibleDecls(II, DeclIDs);
5554 /// \param DeclIDs the set of declaration IDs with the name @p II that are
5562 const SmallVectorImpl<uint32_t> &DeclIDs,
5568 PII.DeclIDs.append(DeclIDs.begin(), DeclIDs.end());
5572 for (unsigned I = 0, N = DeclIDs.size(); I != N; ++I) {
5573 NamedDecl *D = cast<NamedDecl>(GetDecl(DeclIDs[I]));
6247 PendingIdentifierInfos.front().DeclIDs, true);