Searched refs:SubMatchRules (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp2045 SubMatchRules; local
2049 SubMatchRules[Rule.MetaSubject].push_back(Rule);
2052 for (const auto &SubMatchRule : SubMatchRules) {
2088 if (SubMatchRules.count(Rule.MetaSubject))
2104 for (const auto &SubMatchRule : SubMatchRules) {

Completed in 155 milliseconds