Lines Matching refs:TreePredicateFn
243 /// TreePredicateFn - This is an abstraction that represents the predicates on
246 class TreePredicateFn {
251 /// TreePredicateFn constructor. Here 'N' is a subclass of PatFrag.
252 TreePredicateFn(TreePattern *N);
272 bool operator==(const TreePredicateFn &RHS) const {
276 bool operator!=(const TreePredicateFn &RHS) const { return !(*this == RHS); }
317 std::vector<TreePredicateFn> PredicateFns;
379 const std::vector<TreePredicateFn> &getPredicateFns() const {
383 void setPredicateFns(const std::vector<TreePredicateFn> &Fns) {
387 void addPredicateFn(const TreePredicateFn &Fn) {