Searched refs:ConstructIdx (Results 1 – 1 of 1) sorted by relevance
223 unsigned ConstructIdx = 0, NoConstructTraits = Ctx.ConstructTraits.size(); in isVariantApplicableInContextHelper() local231 while (!FoundInOrder && ConstructIdx != NoConstructTraits) in isVariantApplicableInContextHelper()232 FoundInOrder = (Ctx.ConstructTraits[ConstructIdx++] == Property); in isVariantApplicableInContextHelper()234 ConstructMatches->push_back(ConstructIdx - 1); in isVariantApplicableInContextHelper()323 unsigned ConstructIdx = 0; in getVariantMatchScore() local332 Score += (1ULL << ConstructMatches[ConstructIdx++]); in getVariantMatchScore()