Home
last modified time | relevance | path

Searched refs:CondMatcher (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/unittests/CodeGen/
H A DIRMatchers.h145 class CondMatcher : public EntityMatcher<T> {
148 CondMatcher(std::function<bool(const T &)> C) : Condition(C) {} in CondMatcher() function
299 : TyM(new CondMatcher<Type>([T](const Type &Ty) -> bool { in ValueTypeMatcher()
385 return std::shared_ptr<EntityMatcher<Type>>(new CondMatcher<Type>(C)); in MType()