Home | History | Annotate | Download | only in Serialization

Lines Matching defs:Indices

4353 /// \brief Returns a pair of [Begin, End) indices of preallocated
7002 SmallVector<VarDecl *, 8> Indices;
7007 Indices.reserve(SourceOrderOrNumArrayIndices);
7009 Indices.push_back(ReadDeclAs<VarDecl>(F, Record, Idx));
7030 assert(Indices.empty() && "Indirect field improperly initialized");
7037 Indices.data(), Indices.size());