Searched refs:ParentRule (Results 1 – 1 of 1) sorted by relevance
1040 std::optional<attr::SubjectMatchRule> ParentRule = in ActOnPragmaAttributeAttribute() local1042 if (!ParentRule) in ActOnPragmaAttributeAttribute()1044 auto It = Rules.find(*ParentRule); in ActOnPragmaAttributeAttribute()1050 << attr::getSubjectMatchRuleSpelling(*ParentRule) << It->second in ActOnPragmaAttributeAttribute()1059 std::make_pair(*ParentRule, Rule)); in ActOnPragmaAttributeAttribute()1064 std::optional<attr::SubjectMatchRule> ParentRule = in ActOnPragmaAttributeAttribute() local1066 if (!ParentRule) in ActOnPragmaAttributeAttribute()1068 auto It = RulesToFirstSpecifiedNegatedSubRule.find(*ParentRule); in ActOnPragmaAttributeAttribute()1116 if (auto ParentRule = getParentAttrMatcherRule(MatchRule)) { in ActOnPragmaAttributeAttribute() local1118 [ParentRule](const auto &StrictRule) { in ActOnPragmaAttributeAttribute()[all …]