Searched refs:ConstructTraits (Results 1 – 3 of 3) sorted by relevance
140 if (!isSubset<TraitProperty>(VMI0.ConstructTraits, VMI1.ConstructTraits)) in isStrictSubset()224 unsigned ConstructIdx = 0, NoConstructTraits = Ctx.ConstructTraits.size(); in isVariantApplicableInContextHelper()225 for (TraitProperty Property : VMI.ConstructTraits) { in isVariantApplicableInContextHelper()233 FoundInOrder = (Ctx.ConstructTraits[ConstructIdx++] == Property); in isVariantApplicableInContextHelper()251 assert(isSubset<TraitProperty>(VMI.ConstructTraits, Ctx.ConstructTraits) && in isVariantApplicableInContextHelper()277 unsigned NoConstructTraits = VMI.ConstructTraits.size(); in getVariantMatchScore()328 for (TraitProperty Property : VMI.ConstructTraits) { in getVariantMatchScore()
145 ConstructTraits.push_back(Property);150 SmallVector<TraitProperty, 8> ConstructTraits; member167 ConstructTraits.push_back(Property); in addTrait()176 SmallVector<TraitProperty, 8> ConstructTraits; member
2304 VMI.ConstructTraits.push_back(Selector.Properties.front().Kind); in getAsVariantMatchInfo()