Searched refs:getNumArrayIndices (Results 1 – 4 of 4) sorted by relevance
2099 unsigned getNumArrayIndices() const { in getNumArrayIndices() function2106 assert(I < getNumArrayIndices() && "Out of bounds member array index"); in getArrayIndex()2110 assert(I < getNumArrayIndices() && "Out of bounds member array index"); in getArrayIndex()2114 assert(I < getNumArrayIndices() && "Out of bounds member array index"); in setArrayIndex()2118 assert(getNumArrayIndices() != 0 && "Getting indexes for non-array init"); in getArrayIndexes()2120 getNumArrayIndices()); in getArrayIndexes()
747 if (MemberInit->getNumArrayIndices()) in EmitMemberInitializer()
495 if (BMI->getNumArrayIndices() > 0) { in ProcessInitializer()
5442 Record.push_back(Init->getNumArrayIndices()); in AddCXXCtorInitializers()5443 for (unsigned i=0, e=Init->getNumArrayIndices(); i != e; ++i) in AddCXXCtorInitializers()