Searched refs:MatchRule (Results 1 – 3 of 3) sorted by relevance
946 attr::SubjectMatchRule MatchRule = attr::SubjectMatchRule(Rule.first); in ActOnPragmaAttributeAttribute() local948 getParentAttrMatcherRule(MatchRule); in ActOnPragmaAttributeAttribute()956 << attr::getSubjectMatchRuleSpelling(MatchRule) in ActOnPragmaAttributeAttribute()964 if (isNegatedAttrMatcherSubRule(MatchRule)) in ActOnPragmaAttributeAttribute()970 attr::SubjectMatchRule MatchRule = attr::SubjectMatchRule(Rule.first); in ActOnPragmaAttributeAttribute() local972 getParentAttrMatcherRule(MatchRule); in ActOnPragmaAttributeAttribute()985 << attr::getSubjectMatchRuleSpelling(MatchRule) << Rule.second in ActOnPragmaAttributeAttribute()1022 attr::SubjectMatchRule MatchRule = attr::SubjectMatchRule(Rule.first); in ActOnPragmaAttributeAttribute() local1023 if (auto ParentRule = getParentAttrMatcherRule(MatchRule)) { in ActOnPragmaAttributeAttribute()1029 SubjectMatchRules.push_back(MatchRule); in ActOnPragmaAttributeAttribute()[all …]
179 attr::SubjectMatchRule MatchRule) const { in appliesToDecl()180 return checkAttributeMatchRuleAppliesTo(D, MatchRule); in appliesToDecl()
644 bool appliesToDecl(const Decl *D, attr::SubjectMatchRule MatchRule) const;