Searched refs:MatchRule (Results 1 – 3 of 3) sorted by relevance
163 attr::SubjectMatchRule MatchRule) const { in appliesToDecl()164 return checkAttributeMatchRuleAppliesTo(D, MatchRule); in appliesToDecl()
701 attr::SubjectMatchRule MatchRule = attr::SubjectMatchRule(Rule.first); in ActOnPragmaAttributeAttribute() local703 getParentAttrMatcherRule(MatchRule); in ActOnPragmaAttributeAttribute()711 << attr::getSubjectMatchRuleSpelling(MatchRule) in ActOnPragmaAttributeAttribute()719 if (isNegatedAttrMatcherSubRule(MatchRule)) in ActOnPragmaAttributeAttribute()725 attr::SubjectMatchRule MatchRule = attr::SubjectMatchRule(Rule.first); in ActOnPragmaAttributeAttribute() local727 getParentAttrMatcherRule(MatchRule); in ActOnPragmaAttributeAttribute()740 << attr::getSubjectMatchRuleSpelling(MatchRule) << Rule.second in ActOnPragmaAttributeAttribute()
585 bool appliesToDecl(const Decl *D, attr::SubjectMatchRule MatchRule) const;