Searched refs:getNumArrayIndices (Results 1 – 5 of 5) sorted by relevance
2131 unsigned getNumArrayIndices() const { in getNumArrayIndices() function2138 assert(I < getNumArrayIndices() && "Out of bounds member array index"); in getArrayIndex()2142 assert(I < getNumArrayIndices() && "Out of bounds member array index"); in getArrayIndex()2146 assert(I < getNumArrayIndices() && "Out of bounds member array index"); in setArrayIndex()2151 getNumArrayIndices()); in getArrayIndices()
496 if (BMI->getNumArrayIndices() > 0) { in ProcessInitializer()
748 if (MemberInit->getNumArrayIndices()) in EmitMemberInitializer()
5458 Writer.push_back(Init->getNumArrayIndices()); in EmitCXXCtorInitializers()
6481 } else if (unsigned NumArrayIndices = From->getNumArrayIndices()) { in Import()