Searched refs:PrefixStatuses (Results 1 – 1 of 1) sorted by relevance
112 StringMap<bool> PrefixStatuses; in isCompatibleWith() local114 PrefixStatuses[P] |= (Other.hasTag(P, S) || !Other.hasTagWithPrefix(P)); in isCompatibleWith()116 PrefixStatuses[P] |= (hasTag(P, S) || !hasTagWithPrefix(P)); in isCompatibleWith()118 for (auto &[Prefix, Status] : PrefixStatuses) { in isCompatibleWith()