Searched refs:MatchRule (Results 1 – 3 of 3) sorted by relevance
820 attr::SubjectMatchRule MatchRule = attr::SubjectMatchRule(Rule.first); in ActOnPragmaAttributeAttribute() local822 getParentAttrMatcherRule(MatchRule); in ActOnPragmaAttributeAttribute()830 << attr::getSubjectMatchRuleSpelling(MatchRule) in ActOnPragmaAttributeAttribute()838 if (isNegatedAttrMatcherSubRule(MatchRule)) in ActOnPragmaAttributeAttribute()844 attr::SubjectMatchRule MatchRule = attr::SubjectMatchRule(Rule.first); in ActOnPragmaAttributeAttribute() local846 getParentAttrMatcherRule(MatchRule); in ActOnPragmaAttributeAttribute()859 << attr::getSubjectMatchRuleSpelling(MatchRule) << Rule.second in ActOnPragmaAttributeAttribute()896 attr::SubjectMatchRule MatchRule = attr::SubjectMatchRule(Rule.first); in ActOnPragmaAttributeAttribute() local897 if (auto ParentRule = getParentAttrMatcherRule(MatchRule)) { in ActOnPragmaAttributeAttribute()903 SubjectMatchRules.push_back(MatchRule); in ActOnPragmaAttributeAttribute()[all …]
171 attr::SubjectMatchRule MatchRule) const { in appliesToDecl()172 return checkAttributeMatchRuleAppliesTo(D, MatchRule); in appliesToDecl()
615 bool appliesToDecl(const Decl *D, attr::SubjectMatchRule MatchRule) const;