Lines Matching defs:ParentRule
941 std::optional<attr::SubjectMatchRule> ParentRule =
943 if (!ParentRule)
945 auto It = Rules.find(*ParentRule);
951 << attr::getSubjectMatchRuleSpelling(*ParentRule) << It->second
960 std::make_pair(*ParentRule, Rule));
965 std::optional<attr::SubjectMatchRule> ParentRule =
967 if (!ParentRule)
969 auto It = RulesToFirstSpecifiedNegatedSubRule.find(*ParentRule);
1017 if (auto ParentRule = getParentAttrMatcherRule(MatchRule)) {
1019 [ParentRule](const auto &StrictRule) {
1020 return StrictRule.first == *ParentRule &&