Lines Matching refs:MatchRule
949 attr::SubjectMatchRule MatchRule = attr::SubjectMatchRule(Rule.first); in ActOnPragmaAttributeAttribute() local
951 getParentAttrMatcherRule(MatchRule); in ActOnPragmaAttributeAttribute()
959 << attr::getSubjectMatchRuleSpelling(MatchRule) in ActOnPragmaAttributeAttribute()
967 if (isNegatedAttrMatcherSubRule(MatchRule)) in ActOnPragmaAttributeAttribute()
973 attr::SubjectMatchRule MatchRule = attr::SubjectMatchRule(Rule.first); in ActOnPragmaAttributeAttribute() local
975 getParentAttrMatcherRule(MatchRule); in ActOnPragmaAttributeAttribute()
988 << attr::getSubjectMatchRuleSpelling(MatchRule) << Rule.second in ActOnPragmaAttributeAttribute()
1025 attr::SubjectMatchRule MatchRule = attr::SubjectMatchRule(Rule.first); in ActOnPragmaAttributeAttribute() local
1026 if (auto ParentRule = getParentAttrMatcherRule(MatchRule)) { in ActOnPragmaAttributeAttribute()
1032 SubjectMatchRules.push_back(MatchRule); in ActOnPragmaAttributeAttribute()
1033 Rules.erase(MatchRule); in ActOnPragmaAttributeAttribute()