Searched refs:CondMatcher (Results 1 – 1 of 1) sorted by relevance
145 class CondMatcher : public EntityMatcher<T> {148 CondMatcher(std::function<bool(const T &)> C) : Condition(C) {} in CondMatcher() function299 : TyM(new CondMatcher<Type>([T](const Type &Ty) -> bool { in ValueTypeMatcher()385 return std::shared_ptr<EntityMatcher<Type>>(new CondMatcher<Type>(C)); in MType()