Home | History | Annotate | Download | only in ASTMatchers

Lines Matching defs:Func

70           ResultT (*Func)(ArrayRef<const ArgT *>)>
72 ResultT operator()() const { return Func(None); }
85 return Func(InnerArgs);
93 return Func(ArrayRef<const ArgT *>(ArgsArray, sizeof...(ArgsT)));
1654 struct Func
1656 Func() {}
1665 /// It will call the passed 'Func' template parameter at most once.
1667 template <typename Matcher, Matcher (*Func)()> class MemoizedMatcher {
1669 Wrapper() : M(Func()) {}
1681 // the struct "Func" having greater visibility than its base, which comes from