Searched refs:RuleMatcher (Results 1 – 1 of 1) sorted by relevance
821 class RuleMatcher : public Matcher { class887 RuleMatcher(ArrayRef<SMLoc> SrcLoc) in RuleMatcher() function in __anoncee47b830111::RuleMatcher890 RuleMatcher(RuleMatcher &&Other) = default;891 RuleMatcher &operator=(RuleMatcher &&Other) = default;1012 uint64_t RuleMatcher::NextRuleID = 0;2278 RuleMatcher &Rule;3468 bool RuleMatcher::isHigherPriorityThan(const RuleMatcher &B) const { in isHigherPriorityThan()5612 for (RuleMatcher &Rule : Rules) { in buildMatchTable()5695 std::vector<RuleMatcher> Rules; in run()5942 llvm::stable_sort(Rules, [&](const RuleMatcher &A, const RuleMatcher &B) { in run()[all …]