Searched refs:LoopIdx (Results 1 – 2 of 2) sorted by relevance
8990 for (unsigned LoopIdx = 0; LoopIdx < Length; LoopIdx++) in readAPValue() local8991 Result.getVectorElt(LoopIdx) = asImpl().readAPValue(); in readAPValue()8999 for (unsigned LoopIdx = 0; LoopIdx < InitLength; LoopIdx++) in readAPValue() local9000 Result.getArrayInitializedElt(LoopIdx) = asImpl().readAPValue(); in readAPValue()9010 for (unsigned LoopIdx = 0; LoopIdx < BasesLength; LoopIdx++) in readAPValue() local9011 Result.getStructBase(LoopIdx) = asImpl().readAPValue(); in readAPValue()9012 for (unsigned LoopIdx = 0; LoopIdx < FieldsLength; LoopIdx++) in readAPValue() local9013 Result.getStructField(LoopIdx) = asImpl().readAPValue(); in readAPValue()9033 for (unsigned LoopIdx = 0; LoopIdx < PathSize; LoopIdx++) in readAPValue() local9034 PathArray[LoopIdx] = in readAPValue()[all …]
9113 for (unsigned LoopIdx = 0; LoopIdx < PathLength; LoopIdx++) { in ImportAPValue() local9116 FromPath[LoopIdx].getAsBaseOrMember().getPointer(); in ImportAPValue()9124 ToPath[LoopIdx] = APValue::LValuePathEntry(APValue::BaseOrMemberType( in ImportAPValue()9125 ImpDecl, FromPath[LoopIdx].getAsBaseOrMember().getInt())); in ImportAPValue()9129 ToPath[LoopIdx] = APValue::LValuePathEntry::ArrayIndex( in ImportAPValue()9130 FromPath[LoopIdx].getAsArrayIndex()); in ImportAPValue()