Searched refs:MatchRule (Results 1 – 3 of 3) sorted by relevance
1039 attr::SubjectMatchRule MatchRule = attr::SubjectMatchRule(Rule.first); in ActOnPragmaAttributeAttribute() local1041 getParentAttrMatcherRule(MatchRule); in ActOnPragmaAttributeAttribute()1049 << attr::getSubjectMatchRuleSpelling(MatchRule) in ActOnPragmaAttributeAttribute()1057 if (isNegatedAttrMatcherSubRule(MatchRule)) in ActOnPragmaAttributeAttribute()1063 attr::SubjectMatchRule MatchRule = attr::SubjectMatchRule(Rule.first); in ActOnPragmaAttributeAttribute() local1065 getParentAttrMatcherRule(MatchRule); in ActOnPragmaAttributeAttribute()1078 << attr::getSubjectMatchRuleSpelling(MatchRule) << Rule.second in ActOnPragmaAttributeAttribute()1115 attr::SubjectMatchRule MatchRule = attr::SubjectMatchRule(Rule.first); in ActOnPragmaAttributeAttribute() local1116 if (auto ParentRule = getParentAttrMatcherRule(MatchRule)) { in ActOnPragmaAttributeAttribute()1122 SubjectMatchRules.push_back(MatchRule); in ActOnPragmaAttributeAttribute()[all …]
165 attr::SubjectMatchRule MatchRule) const { in appliesToDecl()166 return checkAttributeMatchRuleAppliesTo(D, MatchRule); in appliesToDecl()
528 bool appliesToDecl(const Decl *D, attr::SubjectMatchRule MatchRule) const;