Searched refs:getNumArrayIndices (Results 1 – 4 of 4) sorted by relevance
2106 unsigned getNumArrayIndices() const { in getNumArrayIndices() function2113 assert(I < getNumArrayIndices() && "Out of bounds member array index"); in getArrayIndex()2117 assert(I < getNumArrayIndices() && "Out of bounds member array index"); in getArrayIndex()2121 assert(I < getNumArrayIndices() && "Out of bounds member array index"); in setArrayIndex()2125 assert(getNumArrayIndices() != 0 && "Getting indexes for non-array init"); in getArrayIndexes()2127 getNumArrayIndices()); in getArrayIndexes()
599 if (MemberInit->getNumArrayIndices()) in EmitMemberInitializer()
490 if (BMI->getNumArrayIndices() > 0) { in ProcessInitializer()
5616 Record.push_back(Init->getNumArrayIndices()); in AddCXXCtorInitializers()5617 for (unsigned i=0, e=Init->getNumArrayIndices(); i != e; ++i) in AddCXXCtorInitializers()