Searched refs:ParentRule (Results 1 – 1 of 1) sorted by relevance
821 Optional<attr::SubjectMatchRule> ParentRule = in ActOnPragmaAttributeAttribute() local823 if (!ParentRule) in ActOnPragmaAttributeAttribute()825 auto It = Rules.find(*ParentRule); in ActOnPragmaAttributeAttribute()831 << attr::getSubjectMatchRuleSpelling(*ParentRule) << It->second in ActOnPragmaAttributeAttribute()840 std::make_pair(*ParentRule, Rule)); in ActOnPragmaAttributeAttribute()845 Optional<attr::SubjectMatchRule> ParentRule = in ActOnPragmaAttributeAttribute() local847 if (!ParentRule) in ActOnPragmaAttributeAttribute()849 auto It = RulesToFirstSpecifiedNegatedSubRule.find(*ParentRule); in ActOnPragmaAttributeAttribute()897 if (auto ParentRule = getParentAttrMatcherRule(MatchRule)) { in ActOnPragmaAttributeAttribute() local899 [ParentRule](const auto &StrictRule) { in ActOnPragmaAttributeAttribute()[all …]