Searched refs:ConstructIdx (Results 1 – 1 of 1) sorted by relevance
282 unsigned ConstructIdx = 0, NoConstructTraits = Ctx.ConstructTraits.size(); in isVariantApplicableInContextHelper() local290 while (!FoundInOrder && ConstructIdx != NoConstructTraits) in isVariantApplicableInContextHelper()291 FoundInOrder = (Ctx.ConstructTraits[ConstructIdx++] == Property); in isVariantApplicableInContextHelper()293 ConstructMatches->push_back(ConstructIdx - 1); in isVariantApplicableInContextHelper()396 unsigned ConstructIdx = 0; in getVariantMatchScore() local405 Score += (1ULL << ConstructMatches[ConstructIdx++]); in getVariantMatchScore()