Searched refs:ConstructIdx (Results 1 – 1 of 1) sorted by relevance
222 unsigned ConstructIdx = 0, NoConstructTraits = Ctx.ConstructTraits.size(); in isVariantApplicableInContextHelper() local230 while (!FoundInOrder && ConstructIdx != NoConstructTraits) in isVariantApplicableInContextHelper()231 FoundInOrder = (Ctx.ConstructTraits[ConstructIdx++] == Property); in isVariantApplicableInContextHelper()233 ConstructMatches->push_back(ConstructIdx - 1); in isVariantApplicableInContextHelper()322 unsigned ConstructIdx = 0; in getVariantMatchScore() local331 Score += (1ULL << ConstructMatches[ConstructIdx++]); in getVariantMatchScore()