Searched refs:ParentRule (Results 1 – 1 of 1) sorted by relevance
944 std::optional<attr::SubjectMatchRule> ParentRule = in ActOnPragmaAttributeAttribute() local946 if (!ParentRule) in ActOnPragmaAttributeAttribute()948 auto It = Rules.find(*ParentRule); in ActOnPragmaAttributeAttribute()954 << attr::getSubjectMatchRuleSpelling(*ParentRule) << It->second in ActOnPragmaAttributeAttribute()963 std::make_pair(*ParentRule, Rule)); in ActOnPragmaAttributeAttribute()968 std::optional<attr::SubjectMatchRule> ParentRule = in ActOnPragmaAttributeAttribute() local970 if (!ParentRule) in ActOnPragmaAttributeAttribute()972 auto It = RulesToFirstSpecifiedNegatedSubRule.find(*ParentRule); in ActOnPragmaAttributeAttribute()1020 if (auto ParentRule = getParentAttrMatcherRule(MatchRule)) { in ActOnPragmaAttributeAttribute() local1022 [ParentRule](const auto &StrictRule) { in ActOnPragmaAttributeAttribute()[all …]