Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:TrueMatcher

905 /// that, but we use the type conversion anyway and insert a TrueMatcher.
907 class TrueMatcher : public SingleNodeMatcherInterface<T> {
1174 return BindableMatcher<T>(new TrueMatcher<T>);
1175 MatcherInterface<T> *InnerMatcher = new TrueMatcher<T>;