Lines Matching refs:Index
457 assert(SubVTTIndex != 0 && "Sub-VTT index must be greater than zero!");
570 unsigned Index) {
571 if (Index == ArrayIndexes.size()) {
575 // If we have an array index variable, load it and use it as an offset.
614 Address IndexVar = CGF.GetAddrOfLocalVar(ArrayIndexes[Index]);
616 // Initialize this index variable to zero.
628 // Generate: if (loop-index < number-of-elements) fall to the loop body,
646 Array->getElementType(), ArrayIndexes, Index + 1);
778 // Create an array index that will be used to walk over all of the
780 ArrayIndexVar = CreateMemTemp(getContext().getSizeType(), "object.index");
1108 // index. This allows the code to support bitfields, as well as regular
1736 // Re-set the start index
1744 /// \param layoutStartOffset index of the ASTRecordLayout field to
1746 /// \param layoutEndOffset index of the ASTRecordLayout field to