Searched refs:NegMatchers (Results 1 – 1 of 1) sorted by relevance
128 SmallVector<NameOrPattern, 0> NegMatchers; variable140 NegMatchers.push_back(std::move(*Matcher)); in addMatcher()147 !is_contained(NegMatchers, S); in matches()150 return PosNames.empty() && PosPatterns.empty() && NegMatchers.empty(); in empty()