Searched refs:LoopIdx (Results 1 – 1 of 1) sorted by relevance
10280 for (unsigned LoopIdx = 0; LoopIdx < PathLength; LoopIdx++) { in ImportAPValue() local10283 FromPath[LoopIdx].getAsBaseOrMember().getPointer(); in ImportAPValue()10291 ToPath[LoopIdx] = APValue::LValuePathEntry(APValue::BaseOrMemberType( in ImportAPValue()10292 ImpDecl, FromPath[LoopIdx].getAsBaseOrMember().getInt())); in ImportAPValue()10296 ToPath[LoopIdx] = APValue::LValuePathEntry::ArrayIndex( in ImportAPValue()10297 FromPath[LoopIdx].getAsArrayIndex()); in ImportAPValue()