Searched refs:getNumArrayIndices (Results 1 – 4 of 4) sorted by relevance
2109 unsigned getNumArrayIndices() const { in getNumArrayIndices() function2116 assert(I < getNumArrayIndices() && "Out of bounds member array index"); in getArrayIndex()2120 assert(I < getNumArrayIndices() && "Out of bounds member array index"); in getArrayIndex()2124 assert(I < getNumArrayIndices() && "Out of bounds member array index"); in setArrayIndex()2128 assert(getNumArrayIndices() != 0 && "Getting indexes for non-array init"); in getArrayIndexes()2130 getNumArrayIndices()); in getArrayIndexes()
624 if (MemberInit->getNumArrayIndices()) in EmitMemberInitializer()
490 if (BMI->getNumArrayIndices() > 0) { in ProcessInitializer()
5456 Record.push_back(Init->getNumArrayIndices()); in AddCXXCtorInitializers()5457 for (unsigned i=0, e=Init->getNumArrayIndices(); i != e; ++i) in AddCXXCtorInitializers()