Searched refs:RuleMatcher (Results 1 – 1 of 1) sorted by relevance
623 class RuleMatcher;771 class RuleMatcher : public Matcher { class828 RuleMatcher(ArrayRef<SMLoc> SrcLoc) in RuleMatcher() function in __anon7e76e5f80111::RuleMatcher833 RuleMatcher(RuleMatcher &&Other) = default;834 RuleMatcher &operator=(RuleMatcher &&Other) = default;934 uint64_t RuleMatcher::NextRuleID = 0;1869 RuleMatcher &Rule;2881 bool RuleMatcher::isHigherPriorityThan(const RuleMatcher &B) const { in isHigherPriorityThan()4174 for (RuleMatcher &Rule : Rules) { in buildMatchTable()4259 std::vector<RuleMatcher> Rules; in run()[all …]