Lines Matching refs:MatchRule
940 attr::SubjectMatchRule MatchRule = attr::SubjectMatchRule(Rule.first); in ActOnPragmaAttributeAttribute() local
942 getParentAttrMatcherRule(MatchRule); in ActOnPragmaAttributeAttribute()
950 << attr::getSubjectMatchRuleSpelling(MatchRule) in ActOnPragmaAttributeAttribute()
958 if (isNegatedAttrMatcherSubRule(MatchRule)) in ActOnPragmaAttributeAttribute()
964 attr::SubjectMatchRule MatchRule = attr::SubjectMatchRule(Rule.first); in ActOnPragmaAttributeAttribute() local
966 getParentAttrMatcherRule(MatchRule); in ActOnPragmaAttributeAttribute()
979 << attr::getSubjectMatchRuleSpelling(MatchRule) << Rule.second in ActOnPragmaAttributeAttribute()
1016 attr::SubjectMatchRule MatchRule = attr::SubjectMatchRule(Rule.first); in ActOnPragmaAttributeAttribute() local
1017 if (auto ParentRule = getParentAttrMatcherRule(MatchRule)) { in ActOnPragmaAttributeAttribute()
1023 SubjectMatchRules.push_back(MatchRule); in ActOnPragmaAttributeAttribute()
1024 Rules.erase(MatchRule); in ActOnPragmaAttributeAttribute()