Searched refs:MK_ALL (Results 1 – 1 of 1) sorted by relevance
204 enum MatchKind { MK_ALL, MK_ANY, MK_NONE }; in isVariantApplicableInContextHelper() enumerator206 MatchKind MK = MK_ALL; in isVariantApplicableInContextHelper()231 if ((WasFound && MK == MK_ALL) || (!WasFound && MK == MK_NONE)) in isVariantApplicableInContextHelper()236 if (MK == MK_ALL) in isVariantApplicableInContextHelper()