Lines Matching refs:Index
1401 /// it stores the number of array index variables stored after this
1576 /// \brief Retrieve a particular array index variable used to
1579 assert(I < getNumArrayIndices() && "Out of bounds member array index");
1583 assert(I < getNumArrayIndices() && "Out of bounds member array index");
1586 void setArrayIndex(unsigned I, VarDecl *Index) {
1587 assert(I < getNumArrayIndices() && "Out of bounds member array index");
1588 reinterpret_cast<VarDecl **>(this + 1)[I] = Index;