Searched refs:MatchRule (Results 1 – 3 of 3) sorted by relevance
940 attr::SubjectMatchRule MatchRule = attr::SubjectMatchRule(Rule.first); in ActOnPragmaAttributeAttribute() local942 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() local966 getParentAttrMatcherRule(MatchRule); in ActOnPragmaAttributeAttribute()979 << attr::getSubjectMatchRuleSpelling(MatchRule) << Rule.second in ActOnPragmaAttributeAttribute()1016 attr::SubjectMatchRule MatchRule = attr::SubjectMatchRule(Rule.first); in ActOnPragmaAttributeAttribute() local1017 if (auto ParentRule = getParentAttrMatcherRule(MatchRule)) { in ActOnPragmaAttributeAttribute()1023 SubjectMatchRules.push_back(MatchRule); in ActOnPragmaAttributeAttribute()[all …]
175 attr::SubjectMatchRule MatchRule) const { in appliesToDecl()176 return checkAttributeMatchRuleAppliesTo(D, MatchRule); in appliesToDecl()
545 bool appliesToDecl(const Decl *D, attr::SubjectMatchRule MatchRule) const;