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