Searched refs:MK_ALL (Results 1 – 1 of 1) sorted by relevance
151 enum MatchKind { MK_ALL, MK_ANY, MK_NONE }; in isVariantApplicableInContextHelper() enumerator153 MatchKind MK = MK_ALL; in isVariantApplicableInContextHelper()178 if ((WasFound && MK == MK_ALL) || (!WasFound && MK == MK_NONE)) in isVariantApplicableInContextHelper()183 if (MK == MK_ALL) in isVariantApplicableInContextHelper()