Home | History | Annotate | Download | only in ASTMatchers

Lines Matching refs:ChildMatcher

998   explicit HasMatcher(const Matcher<ChildT> &ChildMatcher)
999 : ChildMatcher(ChildMatcher) {}
1005 Node, ChildMatcher, Builder,
1011 const Matcher<ChildT> ChildMatcher;
1024 explicit ForEachMatcher(const Matcher<ChildT> &ChildMatcher)
1025 : ChildMatcher(ChildMatcher) {}
1031 Node, ChildMatcher, Builder,
1037 const Matcher<ChildT> ChildMatcher;