Searched refs:PosMatchers (Results 1 – 1 of 1) sorted by relevance
129 std::vector<NameOrPattern> PosMatchers; variable137 PosMatchers.push_back(std::move(*Matcher)); in addMatcher()143 return is_contained(PosMatchers, S) && !is_contained(NegMatchers, S); in matches()145 bool empty() const { return PosMatchers.empty() && NegMatchers.empty(); } in empty()